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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]