Use typed list when possible

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1233023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2012-01-18 19:57:47 +00:00
parent c2e11e7f13
commit 3dee2ca176
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ public class PersistenceProductDerivation
}
@Override
public List getAnchorsInFile(File file) throws IOException {
public List<String> getAnchorsInFile(File file) throws IOException {
ConfigurationParser parser = new ConfigurationParser(null);
try {
parser.parse(file);