Skip to content

Commit b1421a5

Browse files
fix
1 parent 8f42ec3 commit b1421a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/aika/neuron/INeuron.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ public static INeuron readNeuron(DataInput in, Neuron p) throws IOException {
800800

801801

802802
public String toString() {
803-
return "node(" + label + ")";
803+
return label;
804804
}
805805

806806

0 commit comments

Comments
 (0)