jskeet 02/02/25 07:07:16
Modified: src/main/org/apache/tools/ant/taskdefs/optional/vss
MSVSS.java MSVSSCHECKIN.java MSVSSCHECKOUT.java
MSVSSGET.java MSVSSHISTORY.java MSVSSLABEL.java
Log:
First pass of JavaDoc work just to get rid of warnings.
When this is complete, whole source tree should JavaDoc (with 1.4)
with no warnings. (With JDK1.3.1 the 1.4-regexp stuff generates
warnings, but that's all.)
Revision Changes Path
1.14 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java
Index: MSVSS.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- MSVSS.java 26 Jan 2002 20:23:19 -0000 1.13
+++ MSVSS.java 25 Feb 2002 15:07:16 -0000 1.14
@@ -130,7 +130,7 @@
}
/**
- * Set the path to the item in vss to operate on
+ * Set the path to the item in vss to operate on.
* <p>
* Ant can't cope with a '$' sign in an attribute so we have to add it
here.
* Also we strip off any 'vss://' prefix which is an XMS special and
should probably be removed!
1.5 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKIN.java
Index: MSVSSCHECKIN.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKIN.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MSVSSCHECKIN.java 26 Jan 2002 20:23:19 -0000 1.4
+++ MSVSSCHECKIN.java 25 Feb 2002 15:07:16 -0000 1.5
@@ -127,7 +127,7 @@
}
/**
- * Builds and returns the -GL flag command if required
+ * Builds and returns the -GL flag command if required.
* <p>
* The localpath is created if it didn't exist
*/
@@ -217,7 +217,7 @@
}
/**
- * Set the comment to apply in SourceSafe
+ * Set the comment to apply in SourceSafe.
* <p>
* If this is null or empty, it will be replaced with "-" which
* is what SourceSafe uses for an empty comment.
1.5 +4 -4
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKOUT.java
Index: MSVSSCHECKOUT.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKOUT.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MSVSSCHECKOUT.java 26 Jan 2002 20:23:19 -0000 1.4
+++ MSVSSCHECKOUT.java 25 Feb 2002 15:07:16 -0000 1.5
@@ -126,7 +126,7 @@
}
/**
- * Builds and returns the -GL flag command if required
+ * Builds and returns the -GL flag command if required.
* <p>
* The localpath is created if it didn't exist
*/
@@ -169,7 +169,7 @@
}
/**
- * Set the stored version string
+ * Set the stored version string.
* <p>
* Note we assume that if the supplied string has the value "null" that
something
* went wrong and that the string value got populated from a null
object. This
@@ -185,7 +185,7 @@
}
/**
- * Set the stored date string
+ * Set the stored date string.
* <p>
* Note we assume that if the supplied string has the value "null" that
something
* went wrong and that the string value got populated from a null
object. This
@@ -201,7 +201,7 @@
}
/**
- * Set the labeled version to operate on in SourceSafe
+ * Set the labeled version to operate on in SourceSafe.
* <p>
* Note we assume that if the supplied string has the value "null" that
something
* went wrong and that the string value got populated from a null
object. This
1.14 +5 -5
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java
Index: MSVSSGET.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- MSVSSGET.java 26 Jan 2002 20:23:19 -0000 1.13
+++ MSVSSGET.java 25 Feb 2002 15:07:16 -0000 1.14
@@ -194,7 +194,7 @@
}
/**
- * Builds and returns the -GL flag command if required
+ * Builds and returns the -GL flag command if required.
* <p>
* The localpath is created if it didn't exist
*/
@@ -268,7 +268,7 @@
}
/**
- * Set the stored version string
+ * Set the stored version string.
* <p>
* Note we assume that if the supplied string has the value "null" that
something
* went wrong and that the string value got populated from a null
object. This
@@ -284,7 +284,7 @@
}
/**
- * Set the stored date string
+ * Set the stored date string.
* <p>
* Note we assume that if the supplied string has the value "null" that
something
* went wrong and that the string value got populated from a null
object. This
@@ -300,7 +300,7 @@
}
/**
- * Set the labeled version to operate on in SourceSafe
+ * Set the labeled version to operate on in SourceSafe.
* <p>
* Note we assume that if the supplied string has the value "null" that
something
* went wrong and that the string value got populated from a null
object. This
@@ -316,7 +316,7 @@
}
/**
- * Simple order of priority. Returns the first specified of version,
date, label
+ * Simple order of priority. Returns the first specified of version,
date, label.
* If none of these was specified returns ""
*/
public void getVersionCommand(Commandline cmd) {
1.5 +4 -4
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSHISTORY.java
Index: MSVSSHISTORY.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSHISTORY.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MSVSSHISTORY.java 10 Jan 2002 13:59:39 -0000 1.4
+++ MSVSSHISTORY.java 25 Feb 2002 15:07:16 -0000 1.5
@@ -198,7 +198,7 @@
}
/**
- * Set the number of days to go back for Comparison
+ * Set the number of days to go back for Comparison.
* <p>
* The default value is 2 days.
*/
@@ -207,7 +207,7 @@
}
/**
- * Set the output file name for SourceSafe output
+ * Set the output file name for SourceSafe output.
*/
public void setOutput(File outfile) {
if ( outfile == null ) {
@@ -218,7 +218,7 @@
}
/**
- * Set the Start Date for the Comparison of two versions in SourceSafe
History
+ * Set the Start Date for the Comparison of two versions in SourceSafe
History.
*/
public void setDateFormat(String dateFormat) {
if ( !(dateFormat.equals("") || dateFormat == null) ) {
@@ -344,7 +344,7 @@
}
/**
- * Specify the detail of output
+ * Specify the detail of output.
*
* @param option valid values:
* <ul>
1.6 +3 -3
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSLABEL.java
Index: MSVSSLABEL.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSLABEL.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- MSVSSLABEL.java 10 Jan 2002 13:59:39 -0000 1.5
+++ MSVSSLABEL.java 25 Feb 2002 15:07:16 -0000 1.6
@@ -175,7 +175,7 @@
}
/**
- * Set the label to apply in SourceSafe
+ * Set the label to apply in SourceSafe.
* <p>
* Note we assume that if the supplied string has the value "null" that
something
* went wrong and that the string value got populated from a null
object. This
@@ -211,7 +211,7 @@
}
/**
- * Set the stored version string
+ * Set the stored version string.
* <p>
* Note we assume that if the supplied string has the value "null" that
something
* went wrong and that the string value got populated from a null
object. This
@@ -235,7 +235,7 @@
}
/**
- * Set the comment to apply in SourceSafe
+ * Set the comment to apply in SourceSafe.
* <p>
* If this is null or empty, it will be replaced with "-" which
* is what SourceSafe uses for an empty comment.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>