mirror of https://github.com/apache/openjpa.git
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:
parent
c2e11e7f13
commit
3dee2ca176
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue