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:
parent
d412605c9b
commit
b4b58a3968
|
|
@ -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 graph the graph containing both this and edge
|
||||||
* @param edge our comparator edge
|
* @param edge our comparator edge
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue