fixed method visibility
This commit is contained in:
parent
7129eee9f1
commit
7307eefeab
|
@ -28,7 +28,7 @@ public class Tree {
|
|||
this.allowMultipleInheritance = allowMultipleInheritance;
|
||||
}
|
||||
|
||||
public void createUsageKnowledge(Type type) {
|
||||
protected void createUsageKnowledge(Type type) {
|
||||
if(type.getAccessType() != AccessType.RESOURCE) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue