You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/06/02 19:24:16 UTC

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

andreas     2003/06/02 10:24:15

  Modified:    src/java/org/apache/lenya/cms/publication Publication.java
  Log:
  changed constructor from public to protected (use PublicationFactory instead)
  
  Revision  Changes    Path
  1.7       +1 -1      cocoon-lenya/src/java/org/apache/lenya/cms/publication/Publication.java
  
  Index: Publication.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/publication/Publication.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Publication.java	28 May 2003 14:33:17 -0000	1.6
  +++ Publication.java	2 Jun 2003 17:24:15 -0000	1.7
  @@ -17,7 +17,7 @@
   public class Publication {
       
       /** Creates a new instance of Publication */
  -    public Publication(String id, String servletContextPath) {
  +    protected Publication(String id, String servletContextPath) {
           
           assert id != null;
           this.id = id;
  
  
  

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