joerg       2004/04/30 16:07:55

  Modified:    src/java/org/apache/cocoon/components/modules/input
                        InputModuleHelper.java
  Log:
  removed unused private field
  
  Revision  Changes    Path
  1.2       +1 -2      
cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/InputModuleHelper.java
  
  Index: InputModuleHelper.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/InputModuleHelper.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InputModuleHelper.java    27 Apr 2004 22:25:29 -0000      1.1
  +++ InputModuleHelper.java    30 Apr 2004 23:07:55 -0000      1.2
  @@ -40,7 +40,6 @@
       private final static int OP_GET = 0;
       private final static int OP_VALUES = 1;
       private final static int OP_NAMES = 2;
  -    private final static String[] OPNAME = new String[] {"GET_VALUE", 
"GET_VALUES", "GET_NAMES"};
   
       
       private Map inputModules;
  
  
  

Reply via email to