Added toString method for gates.
This commit is contained in:
parent
3a7be837b5
commit
b99ecec448
@ -58,6 +58,12 @@ public class Gate extends BaseGate implements ConfigurationSerializable
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
return super.toString() + " " + this.getId();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* INTERFACE: ConfigurationSerializable
|
* INTERFACE: ConfigurationSerializable
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user