antonio 2004/07/13 23:07:53
Modified:
src/blocks/repository/java/org/apache/cocoon/components/repository
SourceRepositoryImpl.java
Log:
Comment unused local variable
Revision Changes Path
1.7 +2 -2
cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/components/repository/SourceRepositoryImpl.java
Index: SourceRepositoryImpl.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/components/repository/SourceRepositoryImpl.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SourceRepositoryImpl.java 27 Mar 2004 22:01:22 -0000 1.6
+++ SourceRepositoryImpl.java 14 Jul 2004 06:07:53 -0000 1.7
@@ -368,7 +368,7 @@
Iterator children = origin.getChildren().iterator();
while (children.hasNext()) {
TraversableSource child = (TraversableSource)
children.next();
- int status =
copy(child,target.getChild(child.getName()),recurse);
+ /*int status =*/
copy(child,target.getChild(child.getName()),recurse);
// TODO: record this status
// according to the spec we must continue moving
files even though
// a part of the move has not succeeded