Skip to content

Commit b07fb02

Browse files
author
John V Sichi
committed
Fix Eclipse warning.
git-svn-id: https://jgrapht.svn.sourceforge.net/svnroot/jgrapht/trunk@692 4a7320f3-3611-0410-a4d0-ef7ff04b8906
1 parent 86215c8 commit b07fb02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testsrc/org/jgrapht/graph/GenericGraphsTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ public static class EquivGraph
189189
extends AbstractBaseGraph<EquivVertex, DefaultEdge>
190190
implements UndirectedGraph<EquivVertex, DefaultEdge>
191191
{
192+
/**
193+
*
194+
*/
195+
private static final long serialVersionUID = 8647217182401022498L;
196+
192197
public EquivGraph()
193198
{
194199
super(

0 commit comments

Comments
 (0)