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