Return-Path: X-Original-To: apmail-creadur-commits-archive@www.apache.org Delivered-To: apmail-creadur-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BFD41025F for ; Sun, 8 Dec 2013 21:47:56 +0000 (UTC) Received: (qmail 13168 invoked by uid 500); 8 Dec 2013 21:47:56 -0000 Delivered-To: apmail-creadur-commits-archive@creadur.apache.org Received: (qmail 13143 invoked by uid 500); 8 Dec 2013 21:47:56 -0000 Mailing-List: contact commits-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list commits@creadur.apache.org Received: (qmail 13136 invoked by uid 99); 8 Dec 2013 21:47:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Dec 2013 21:47:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Dec 2013 21:47:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2AE2A2388994; Sun, 8 Dec 2013 21:47:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1549333 - /creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/document/impl/DocumentImplUtilsTest.java Date: Sun, 08 Dec 2013 21:47:35 -0000 To: commits@creadur.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131208214735.2AE2A2388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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());