Skip to content
Snippets Groups Projects
Commit f8153c99 authored by Goik Martin's avatar Goik Martin
Browse files

Corrected test output

parent 70d582ed
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ public class Driver {
System.out.println("Store contains " + store.getNumValues() + " values");
for (int i = 0; i < store.getNumValues(); i++) {
System.out.println(i + ":" + store.getNumValues() + " values");
System.out.println("Value " + (i + 1) + ": " + store.getValue(i));
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment