Removed one unused line
This commit is contained in:
parent
78875ea8e1
commit
b052ee89a7
1 changed files with 2 additions and 3 deletions
|
@ -59,12 +59,11 @@ public interface INode extends INodeState, IPathElement {
|
|||
|
||||
/**
|
||||
* property-related methods
|
||||
*/
|
||||
*/
|
||||
|
||||
public Enumeration properties ();
|
||||
public IProperty get (String name, boolean inherit);
|
||||
public String getString (String name, boolean inherit);
|
||||
// public String getString (String name, String defaultValue, boolean inherit);
|
||||
public String getString (String name, boolean inherit);
|
||||
public boolean getBoolean (String name, boolean inherit);
|
||||
public Date getDate (String name, boolean inherit);
|
||||
public long getInteger (String name, boolean inherit);
|
||||
|
|
Loading…
Add table
Reference in a new issue