push missing part of update
This commit is contained in:
parent
67aee59f0f
commit
49cfa0110a
|
@ -148,6 +148,10 @@ public abstract class Child extends BaseElement {
|
|||
return false;
|
||||
}
|
||||
|
||||
public boolean isBlockRef() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean isPrimitive (String theType) {
|
||||
return isPrimitiveInternal(theType);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue