[EMAIL PROTECTED] wrote:
stevel      2005/03/23 02:24:43

Modified: src/main/org/apache/tools/ant/taskdefs SignJar.java
Log:
can't have checkstyle whining, can we?
Revision Changes Path
1.49 +32 -0 ant/src/main/org/apache/tools/ant/taskdefs/SignJar.java
Index: SignJar.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/SignJar.java,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- SignJar.java 23 Mar 2005 10:07:29 -0000 1.48
+++ SignJar.java 23 Mar 2005 10:24:43 -0000 1.49
@@ -100,20 +100,52 @@
*/
private Mapper mapper;
+ /** error string for unit test verification: [EMAIL PROTECTED] */
public static final String ERROR_SIGNEDJAR_AND_FILESET =
"The signedjar attribute is not supported with filesets";
+ /**
+ * error string for unit test verification: [EMAIL PROTECTED]
+ */
public static final String ERROR_TODIR_AND_SIGNEDJAR
= "'destdir' and 'signedjar' cannot both be set";
+ /**
+ * error string for unit test verification: [EMAIL PROTECTED]
+ */

IDEA is telling me that @value isnt allowed here. though I've used in other projects. Is there something obvious I am doing wrong?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to