Author: rdonkin
Date: Sun Dec  8 21:44:12 2013
New Revision: 1549324

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

Modified:
    
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/XmlReportFactory.java

Modified: 
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/XmlReportFactory.java
URL: 
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/XmlReportFactory.java?rev=1549324&r1=1549323&r2=1549324&view=diff
==============================================================================
--- 
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/XmlReportFactory.java
 (original)
+++ 
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/XmlReportFactory.java
 Sun Dec  8 21:44:12 2013
@@ -37,6 +37,18 @@ import org.apache.rat.report.xml.writer.
  * 
  */
 public class XmlReportFactory {
+
+       /**
+        * Creates a new XmlReport object.
+        * 
+        * @param writer
+        *            the writer
+        * @param pStatistic
+        *            the statistic
+        * @param pConfiguration
+        *            the configuration
+        * @return the rat report
+        */
        public static final RatReport createStandardReport(final IXmlWriter 
writer,
                        final ClaimStatistic pStatistic,
                        final ReportConfiguration pConfiguration) {


Reply via email to