Example #1
0
 void removeSpot(final Spot spotToRemove) {
   graph.removeVertex(spotToRemove);
 }