Re-arranged code

This commit is contained in:
JKetelaar
2014-08-19 03:08:07 +02:00
parent d19933b14f
commit 88050384f8
54 changed files with 2867 additions and 2843 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package org.rev317.min.accessors;
public interface Node {
public Node getNext();
public Node getNext();
}