Author: sebb
Date: Fri Apr 5 16:43:57 2013
New Revision: 1465036
URL: http://svn.apache.org/r1465036
Log:
Javadoc
Modified:
creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/Report.java
Modified:
creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/Report.java
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/Report.java?rev=1465036&r1=1465035&r2=1465036&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/Report.java
(original)
+++ creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/Report.java
Fri Apr 5 16:43:57 2013
@@ -259,7 +259,7 @@ public class Report {
}
/**
- * @deprecated use the two-arg version instead
+ * @deprecated use {@link #report(PrintStream, ReportConfiguration)}
instead
*/
@Deprecated
public ClaimStatistic report(PrintStream out) throws Exception {
@@ -310,7 +310,7 @@ public class Report {
*
* @param out - the output stream to recieve the styled report
* @throws Exception
- * @deprecated use the two-arg version instead
+ * @deprecated use {@link #styleReport(PrintStream, ReportConfiguration)}
instead
*/
@Deprecated
public void styleReport(PrintStream out) throws Exception {