[DS-707] Generify List usage

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5602 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Graham Triggs
2010-10-24 17:37:57 +00:00
parent 77e834038b
commit aa4a35650c
8 changed files with 25 additions and 20 deletions

View File

@@ -127,7 +127,7 @@ public class HandleDispatcher implements BitstreamDispatcher
}
}
List ids = new ArrayList();
List<Integer> ids = new ArrayList<Integer>();
switch (dsoType)
{