Fix unprintable character in a comment from the BaseEdge class

Compiler warnings about this were starting to get to me...
This commit is contained in:
David Roazen 2013-04-02 14:24:23 -04:00
parent d412605c9b
commit b4b58a3968
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class BaseEdge {
}
/**
* Does this and edge have the same source and target vertices in graph?
* Does this and edge have the same source and target vertices in graph?
*
* @param graph the graph containing both this and edge
* @param edge our comparator edge