You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/01/23 02:26:04 UTC

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/pluto PortalContextProviderImpl.java

crossley    2004/01/22 17:26:04

  Modified:    src/blocks/portal/java/org/apache/cocoon/portal/pluto
                        PortalContextProviderImpl.java
  Log:
  Fix dos2unix line-endings.
  
  Revision  Changes    Path
  1.2       +4 -4      cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/pluto/PortalContextProviderImpl.java
  
  Index: PortalContextProviderImpl.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/pluto/PortalContextProviderImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PortalContextProviderImpl.java	22 Jan 2004 14:01:21 -0000	1.1
  +++ PortalContextProviderImpl.java	23 Jan 2004 01:26:04 -0000	1.2
  @@ -94,9 +94,9 @@
       /**
        * Constructor
        */
  -    public PortalContextProviderImpl(Map objectModel) {
        // these are the minimum modes that the portal needs to support
        this.modes = this.getDefaultModes();
  -        // these are the minimum states that the portal needs to support
        this.states = this.getDefaultStates(); 
  -        // set info
        this.info = "Apache Cocoon/1.0";
  +    public PortalContextProviderImpl(Map objectModel) {        // these are the minimum modes that the portal needs to support        this.modes = this.getDefaultModes();
  +        // these are the minimum states that the portal needs to support        this.states = this.getDefaultStates(); 
  +        // set info        this.info = "Apache Cocoon/1.0";
           this.properties = new HashMap();
           this.init(objectModel);
       }