Skip to content

Commit 9d7e55f

Browse files
author
DanielPJFaria
committed
AML 1.05
1 parent 5cffe49 commit 9d7e55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AgreementMakerLight/src/aml/ontology/Ontology.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class Ontology
7171
//Its map of cross-references
7272
protected ReferenceMap refs;
7373
//Whether only local namespace terms are loaded
74-
protected boolean localOnly = false;
74+
protected boolean localOnly = true;
7575

7676
//Auxiliary map of synonym properties to lexicon types
7777
protected HashMap<OntProperty,String> synProps;

0 commit comments

Comments
 (0)