removed static NIHVIVO-254
This commit is contained in:
parent
0bb3e723c1
commit
a8a5a2eb09
1 changed files with 1 additions and 1 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Reference in a new issue