Author: rdonkin
Date: Sun Dec 8 21:47:34 2013
New Revision: 1549333
URL: http://svn.apache.org/r1549333
Log:
Add java doc.
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/DocumentImplUtilsTest.java
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/DocumentImplUtilsTest.java
URL:
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/DocumentImplUtilsTest.java?rev=1549333&r1=1549332&r2=1549333&view=diff
==============================================================================
---
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/DocumentImplUtilsTest.java
(original)
+++
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/DocumentImplUtilsTest.java
Sun Dec 8 21:47:34 2013
@@ -22,8 +22,14 @@ import static org.junit.Assert.assertNot
import org.junit.Test;
+/**
+ * The Class DocumentImplUtilsTest.
+ */
public class DocumentImplUtilsTest {
+ /**
+ * Test document impl utils constructor.
+ */
@Test
public void testDocumentImplUtilsConstructor() {
assertNotNull(new DocumentImplUtils());