Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/configuration/Configuration.java

Diff revisions: vs.
  @@ -82,8 +82,7 @@
82 82 {
83 83 if ( isInstantiatedAndLoaded() )
84 84 {
85 - throw new IllegalStateException(
86 - "May not add a ConfigLoadedListener AFTER the Configuration is already loaded" );
85 + throw new IllegalStateException( "May not add a ConfigLoadedListener AFTER the Configuration is already loaded" );
87 86 }
88 87 if ( pConfigLoadedListener != null )
89 88 {