mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 11:33:11 +00:00
[DS-707] Modifier order
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5654 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -89,10 +89,10 @@ public class Item extends DSpaceObject
|
||||
/**
|
||||
* Wild card for Dublin Core metadata qualifiers/languages
|
||||
*/
|
||||
public final static String ANY = "*";
|
||||
public static final String ANY = "*";
|
||||
|
||||
/** log4j category */
|
||||
private static Logger log = Logger.getLogger(Item.class);
|
||||
private static final Logger log = Logger.getLogger(Item.class);
|
||||
|
||||
/** Our context */
|
||||
private Context ourContext;
|
||||
|
Reference in New Issue
Block a user