You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/05/08 19:38:21 UTC

svn commit: r1335655 - /commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java

Author: simonetripodi
Date: Tue May  8 17:38:20 2012
New Revision: 1335655

URL: http://svn.apache.org/viewvc?rev=1335655&view=rev
Log:
trailing spaces on empty lines

Modified:
    commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java

Modified: commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java?rev=1335655&r1=1335654&r2=1335655&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java (original)
+++ commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/visit/VisitTestCase.java Tue May  8 17:38:20 2012
@@ -36,7 +36,6 @@ import org.junit.Test;
 public final class VisitTestCase
 {
 
-    
     @Test( expected = IllegalStateException.class )
     public void testNotExistVertex()
     {
@@ -53,7 +52,7 @@ public final class VisitTestCase
 
         visit( input ).from( new BaseLabeledVertex( "NOT EXIST" ) );
     }
-    
+
     /**
      * Graph picture can be see
      * <a href="http://www.personal.kent.edu/~rmuhamma/Algorithms/MyAlgorithms/GraphAlgor/breadthSearch.htm">here</a>