remove obsolete code
This commit is contained in:
parent
1f8c84a5e1
commit
53fbabba47
1 changed files with 0 additions and 5 deletions
|
@ -8,11 +8,6 @@ public class ValueNode implements Node<Object> {
|
|||
this.value = value;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getDepth() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void set(Object value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue