Skip to content
Snippets Groups Projects
Commit c9def064 authored by HEYD CLOE's avatar HEYD CLOE
Browse files

Update Structure.java

parent 5328b804
No related merge requests found
...@@ -20,7 +20,7 @@ public interface Structure ...@@ -20,7 +20,7 @@ public interface Structure
if (wantMaillon) { if (wantMaillon) {
Cursor cursor = new Cursor(); Cursor cursor = new Cursor();
ChainedList maillons = new ChainedList(); ChainedList maillons = new ChainedList(cursor);
} }
public void Add(int value); public void Add(int value);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment