Skip to content
Snippets Groups Projects
Commit 260b9f57 authored by Sondre Bolland's avatar Sondre Bolland
Browse files

Missing unsuported exception

parent c6db4d1c
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ public class AdjacencySet<V> implements IGraph<V> {
@Override
public void addVertice(V vertice) {
throw new UnsupportedOperationException("Implement me :)");
}
@Override
......
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