mcconnell    2003/02/10 23:18:02

  Modified:    src/java/org/apache/avalon/framework/configuration
                        DefaultConfiguration.java
  Log:
  Checkstyle compliance update.
  
  Revision  Changes    Path
  1.30      +13 -12    
avalon/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java
  
  Index: DefaultConfiguration.java
  ===================================================================
  RCS file: 
/home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- DefaultConfiguration.java 10 Feb 2003 07:19:16 -0000      1.29
  +++ DefaultConfiguration.java 11 Feb 2003 07:18:02 -0000      1.30
  @@ -145,9 +145,9 @@
           else
           {
               throw new ConfigurationException
  -                ( "No namespace (not even default \"\") is associated with 
the " +
  -                  "configuration element \"" + getName() +
  -                  "\" at " + getLocation() );
  +                ( "No namespace (not even default \"\") is associated with 
the "
  +                  + "configuration element \"" + getName()
  +                  + "\" at " + getLocation() );
           }
       }
   
  @@ -165,9 +165,9 @@
           else
           {
               throw new ConfigurationException
  -                ( "No prefix (not even default \"\") is associated with the 
" +
  -                  "configuration element \"" + getName() +
  -                  "\" at " + getLocation() );
  +                ( "No prefix (not even default \"\") is associated with the "
  +                  + "configuration element \"" + getName()
  +                  + "\" at " + getLocation() );
           }
   
       }
  @@ -213,9 +213,9 @@
           }
           else
           {
  -            throw new ConfigurationException( "No value is associated with 
the " +
  -                                              "configuration element \"" + 
getName() +
  -                                              "\" at " + getLocation() );
  +            throw new ConfigurationException( "No value is associated with 
the "
  +                                              + "configuration element \"" + 
getName()
  +                                              + "\" at " + getLocation() );
           }
       }
   
  @@ -273,9 +273,10 @@
           }
           else
           {
  -            throw new ConfigurationException( "No attribute named \"" + name 
+ "\" is " +
  -                                              "associated with the 
configuration element \"" +
  -                                              getName() + "\" at " + 
getLocation() );
  +            throw new ConfigurationException( 
  +               "No attribute named \"" + name + "\" is "
  +               + "associated with the configuration element \""
  +               + getName() + "\" at " + getLocation() );
           }
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to