[DS-707] Cleanup Map / List interface use

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5505 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Graham Triggs
2010-10-20 22:57:14 +00:00
parent 5f57216279
commit 59056cb8c2
18 changed files with 80 additions and 70 deletions

View File

@@ -45,6 +45,7 @@ import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import java.util.HashMap;
import java.util.Map;
import org.apache.log4j.Logger;
import org.dspace.authorize.AuthorizeException;
@@ -80,7 +81,7 @@ public class MetadataField
private TableRow row;
// cache of field by ID (Integer)
private static HashMap id2field = null;
private static Map id2field = null;
/**