peterreilly 2003/07/25 02:01:39
Modified: src/main/org/apache/tools/ant/taskdefs/optional/dotnet
DotnetDefine.java
Log:
checkstyle
Revision Changes Path
1.5 +2 -2
ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetDefine.java
Index: DotnetDefine.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetDefine.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DotnetDefine.java 18 Jul 2003 14:21:22 -0000 1.4
+++ DotnetDefine.java 25 Jul 2003 09:01:39 -0000 1.5
@@ -71,7 +71,7 @@
/**
* the name of a property which must be defined for
* the definition to be set. Optional.
- * @param condition
+ * @param condition the name of the property
*/
public void setIf(String condition) {
this.ifCond = condition;
@@ -80,7 +80,7 @@
/**
* the name of a property which must be undefined for
* the definition to be set. Optional.
- * @param condition
+ * @param condition the name of the property
*/
public void setUnless(String condition) {
this.unlessCond = condition;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]