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 2003/09/30 11:06:46 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/cms/publication DocumentBuilder.java

egli        2003/09/30 02:06:46

  Modified:    src/java/org/apache/lenya/cms/publication
                        DocumentBuilder.java
  Log:
  Indenting fixes.
  
  Revision  Changes    Path
  1.7       +26 -19    cocoon-lenya/src/java/org/apache/lenya/cms/publication/DocumentBuilder.java
  
  Index: DocumentBuilder.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/publication/DocumentBuilder.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DocumentBuilder.java	21 Aug 2003 10:29:14 -0000	1.6
  +++ DocumentBuilder.java	30 Sep 2003 09:06:46 -0000	1.7
  @@ -86,27 +86,34 @@
       boolean isDocument(Publication publication, String url)
           throws DocumentBuildException;
           
  -	/**
  -	 * Builds an URL corresponding to a cms document from the publication, 
  +    /**
  +     * Builds an URL corresponding to a cms document from the publication, 
        * the area, the document id and the language
        * 
  -	 * @param publication The publication the document belongs to.
  -	 * @param area The area the document belongs to.
  -	 * @param documentid The document id of the document.
  -	 * @param language The language of the document.
  -	 * @return a String The builded url
  -	 */
  -	String buildCanonicalUrl(Publication publication, String area, String documentid, String language);
  -        
  -	/**
  -	 * Builds an URL corresponding to a cms document from the publication, 
  +     * @param publication The publication the document belongs to.
  +     * @param area The area the document belongs to.
  +     * @param documentid The document id of the document.
  +     * @param language The language of the document.
  +     * @return a String The builded url
  +     */
  +    String buildCanonicalUrl(
  +        Publication publication,
  +        String area,
  +        String documentid,
  +        String language);
  +
  +    /**
  +     * Builds an URL corresponding to a cms document from the publication, 
        * the area and the document id
        * 
  -	 * @param publication The publication the document belongs to.
  -	 * @param area The area the document belongs to.
  -	 * @param documentid The document id of the document.
  -	 * @return a String The builded url
  -	 */
  -	String buildCanonicalUrl(Publication publication, String area, String documentid);
  +     * @param publication The publication the document belongs to.
  +     * @param area The area the document belongs to.
  +     * @param documentid The document id of the document.
  +     * @return a String The builded url
  +     */
  +    String buildCanonicalUrl(
  +        Publication publication,
  +        String area,
  +        String documentid);
       
   }
  
  
  

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