You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2004/04/28 20:13:38 UTC

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/modules/input AbstractMetaModule.java

haul        2004/04/28 11:13:38

  Modified:    src/java/org/apache/cocoon/components/modules/input
                        AbstractMetaModule.java
  Log:
  correct indention
  
  Revision  Changes    Path
  1.9       +5 -5      cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/AbstractMetaModule.java
  
  Index: AbstractMetaModule.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/AbstractMetaModule.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AbstractMetaModule.java	5 Mar 2004 13:02:48 -0000	1.8
  +++ AbstractMetaModule.java	28 Apr 2004 18:13:38 -0000	1.9
  @@ -105,10 +105,10 @@
                           this.input = obtainModule(this.defaultInput);
                       }
                       
  -                    } else if (!(this.inputSelector instanceof ThreadSafe) ) {
  -                        this.manager.release(this.inputSelector);
  -                        this.inputSelector = null;
  -                    }
  +                } else if (!(this.inputSelector instanceof ThreadSafe) ) {
  +                    this.manager.release(this.inputSelector);
  +                    this.inputSelector = null;
  +                }
                   
                   this.initialized = true;
               }