removed static NIHVIVO-254

This commit is contained in:
ass92 2010-03-31 15:06:56 +00:00
parent 0bb3e723c1
commit a8a5a2eb09

View file

@ -30,7 +30,7 @@ public class OntologyChangeParser {
*/
@SuppressWarnings({ "unchecked", "null", "static-access" })
public static ArrayList<AtomicOntologyChange> parseFile(String diffPath) throws IOException{
public ArrayList<AtomicOntologyChange> parseFile(String diffPath) throws IOException{
AtomicOntologyChange changeObj;
ArrayList<AtomicOntologyChange> changeObjects = new ArrayList<AtomicOntologyChange>();