ehatcher 2002/06/28 18:05:54
Modified: src/main/org/apache/tools/ant/taskdefs/optional Tag:
ANT_15_BRANCH NetRexxC.java
Log:
cut and paste error
Revision Changes Path
No revision
No revision
1.19.2.2 +2 -3
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
Index: NetRexxC.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -u -r1.19.2.1 -r1.19.2.2
--- NetRexxC.java 24 Jun 2002 02:28:10 -0000 1.19.2.1
+++ NetRexxC.java 29 Jun 2002 01:05:54 -0000 1.19.2.2
@@ -518,9 +518,8 @@
/**
- * Whether the task should suppress the "FooException is in SIGNALS list
- * but is not signalled within the method", which is sometimes rather
- * useless. The warning is logged as verbose message, though.
+ * Tells whether we should filter out any deprecation-messages
+ * of the compiler out.
*/
public void setSuppressDeprecation(boolean suppressDeprecation) {
this.suppressDeprecation = suppressDeprecation;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>