Author: rdonkin
Date: Mon Dec  9 05:35:23 2013
New Revision: 1549392

URL: http://svn.apache.org/r1549392
Log:
Add java doc.

Modified:
    
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/walker/FileNameComparatorTest.java

Modified: 
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/walker/FileNameComparatorTest.java
URL: 
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/walker/FileNameComparatorTest.java?rev=1549392&r1=1549391&r2=1549392&view=diff
==============================================================================
--- 
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/walker/FileNameComparatorTest.java
 (original)
+++ 
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/walker/FileNameComparatorTest.java
 Mon Dec  9 05:35:23 2013
@@ -18,16 +18,25 @@
  */
 package org.apache.rat.walker;
 
-import org.apache.rat.test.utils.Resources;
-import org.junit.Test;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
 
 import java.io.IOException;
 
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
+import org.apache.rat.test.utils.Resources;
+import org.junit.Test;
 
+/**
+ * The Class FileNameComparatorTest.
+ */
 public class FileNameComparatorTest {
 
+       /**
+        * Compare.
+        * 
+        * @throws IOException
+        *             Signals that an I/O exception has occurred.
+        */
        @Test
        public void compare() throws IOException {
                FileNameComparator comparator = new FileNameComparator();


Reply via email to