You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2004/01/08 10:35:34 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/cms/ant MoveDocumentTask.java

egli        2004/01/08 01:35:34

  Modified:    src/java/org/apache/lenya/cms/ant MoveDocumentTask.java
  Log:
  Removed unused variable.
  
  Revision  Changes    Path
  1.4       +1 -3      cocoon-lenya/src/java/org/apache/lenya/cms/ant/MoveDocumentTask.java
  
  Index: MoveDocumentTask.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/ant/MoveDocumentTask.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MoveDocumentTask.java	21 Oct 2003 09:51:55 -0000	1.3
  +++ MoveDocumentTask.java	8 Jan 2004 09:35:34 -0000	1.4
  @@ -43,7 +43,6 @@
   import org.apache.lenya.cms.publication.Document;
   import org.apache.lenya.cms.publication.DocumentBuildException;
   import org.apache.lenya.cms.publication.DocumentBuilder;
  -import org.apache.lenya.cms.publication.DocumentIdToPathMapper;
   import org.apache.lenya.cms.publication.Label;
   import org.apache.lenya.cms.publication.Publication;
   import org.apache.lenya.cms.publication.SiteTree;
  @@ -142,7 +141,6 @@
   	public void visitSiteTreeNode(SiteTreeNode node) {
   		Publication publication = getPublication();
   
  -		DocumentIdToPathMapper pathMapper = publication.getPathMapper();
   		Label[] labels = node.getLabels();
   		for (int i = 0; i < labels.length; i++) {
   			String language = labels[i].getLanguage();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org