mcconnell 2003/02/10 23:18:18
Modified: src/java/org/apache/avalon/framework/parameters
Parameters.java
Log:
Checkstyle compliance update.
Revision Changes Path
1.35 +4 -4
avalon/src/java/org/apache/avalon/framework/parameters/Parameters.java
Index: Parameters.java
===================================================================
RCS file:
/home/cvs/avalon/src/java/org/apache/avalon/framework/parameters/Parameters.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- Parameters.java 10 Feb 2003 07:19:18 -0000 1.34
+++ Parameters.java 11 Feb 2003 07:18:18 -0000 1.35
@@ -200,8 +200,8 @@
if( null == test )
{
- throw new ParameterException( "The parameter '" + name +
- "' does not contain a value" );
+ throw new ParameterException( "The parameter '" + name
+ + "' does not contain a value" );
}
else
{
@@ -615,8 +615,8 @@
{
if( null == configuration )
{
- throw new ConfigurationException( "You cannot convert to parameters
with " +
- "a null Configuration" );
+ throw new ConfigurationException(
+ "You cannot convert to parameters with a null Configuration" );
}
final Configuration[] parameters = configuration.getChildren( elementName );
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]