You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/04/04 12:57:26 UTC

cvs commit: avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces ConfigurationValidatorMBean.java

donaldp     2003/04/04 02:57:26

  Modified:    src/java/org/apache/avalon/phoenix/interfaces
                        ConfigurationValidatorMBean.java
  Log:
  Remove final access specifiers as they are implementation attributes not interface attributes.
  
  Revision  Changes    Path
  1.6       +2 -2      avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ConfigurationValidatorMBean.java
  
  Index: ConfigurationValidatorMBean.java
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ConfigurationValidatorMBean.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ConfigurationValidatorMBean.java	22 Mar 2003 12:07:14 -0000	1.5
  +++ ConfigurationValidatorMBean.java	4 Apr 2003 10:57:26 -0000	1.6
  @@ -72,7 +72,7 @@
        * @return schema type, or null if none exists
        * @phoenix:mx-operation
        */
  -    String getSchemaType( final String application, final String block );
  +    String getSchemaType( String application, String block );
   
       /**
        * Get the XML that represents the schema for the specified application and block.
  @@ -83,7 +83,7 @@
        * @return schema as string, or null if none exists
        * @phoenix:mx-operation
        */
  -    String getSchema( final String application, final String block );
  +    String getSchema( String application, String block );
   
       /**
        * Check to see if configuration is valid.
  
  
  

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