tcopeland 02/05/15 09:00:48
Modified: src/java/org/apache/maven/jrcs/tools JRCS.java
Log:
Commented out several unused local variables.
Revision Changes Path
1.4 +2 -2
jakarta-turbine-maven/src/java/org/apache/maven/jrcs/tools/JRCS.java
Index: JRCS.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/jrcs/tools/JRCS.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JRCS.java 13 May 2002 01:47:58 -0000 1.3
+++ JRCS.java 15 May 2002 16:00:48 -0000 1.4
@@ -96,8 +96,8 @@
System.out.println("*-orig-*********");
System.out.print(Diff.arrayToString(orig));
System.out.println("**********");
- Object[] other = archive.getRevision("1.2");
//!! commented out because of package access error (jvz).
+ //Object[] other = archive.getRevision("1.2");
//System.out.println(Diff.diff(archive.removeKeywords(orig),
// archive.removeKeywords(other)).toRCSString());
trywith("1.2.3.1");
@@ -147,7 +147,7 @@
if (newVer != null)
{
- Object[] rec = archive.getRevision(newVer);
+ //Object[] rec = archive.getRevision(newVer);
//System.out.print(Archive.arrayToString(rec));
/* !! commented out because of package access errors (jvz).
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>