You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/02/19 08:49:36 UTC

svn commit: r1731191 - in /myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout: PositionUnitTest.java ShowPositionUnitTest.java

Author: lofwyr
Date: Fri Feb 19 07:49:36 2016
New Revision: 1731191

URL: http://svn.apache.org/viewvc?rev=1731191&view=rev
Log:
checkstyle

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/PositionUnitTest.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/ShowPositionUnitTest.java

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/PositionUnitTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/PositionUnitTest.java?rev=1731191&r1=1731190&r2=1731191&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/PositionUnitTest.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/PositionUnitTest.java Fri Feb 19 07:49:36 2016
@@ -28,4 +28,4 @@ public class PositionUnitTest extends En
   public void testNames() throws IllegalAccessException, NoSuchFieldException {
     testNames(Position.class);
   }
-}
\ No newline at end of file
+}

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/ShowPositionUnitTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/ShowPositionUnitTest.java?rev=1731191&r1=1731190&r2=1731191&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/ShowPositionUnitTest.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/ShowPositionUnitTest.java Fri Feb 19 07:49:36 2016
@@ -28,4 +28,4 @@ public class ShowPositionUnitTest extend
   public void testNames() throws IllegalAccessException, NoSuchFieldException {
     testNames(ShowPosition.class);
   }
-}
\ No newline at end of file
+}