make public
This commit is contained in:
parent
6c06b41348
commit
9816066046
@ -16,7 +16,7 @@ public class ListSection extends ArrayList<Object> implements Section {
|
||||
addAll(c);
|
||||
}
|
||||
|
||||
void setParent(Section parent, String name) {
|
||||
public void setParent(Section parent, String name) {
|
||||
this.parent = parent;
|
||||
this.name = name;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ public class MapSection extends HashMap<String, Object> implements Section {
|
||||
}
|
||||
}
|
||||
|
||||
void setParent(Section parent, String name) {
|
||||
public void setParent(Section parent, String name) {
|
||||
this.parent = parent;
|
||||
this.name = name;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user