Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/configuration/ConfigAccessorFactoryPreferences.java

Diff revisions: vs.
  @@ -117,7 +117,7 @@
117 117 }
118 118 catch ( IllegalStateException e )
119 119 {
120 - throw new PersistenceException( "Unable to setKeyValue( "+mLevel+", \""+pKey+"\", "+pValue+" ) keys for Preference Node: " + mPrefs, e );
120 + throw new PersistenceException( "Unable to setKeyValue( " + mLevel + ", \"" + pKey + "\", " + pValue + " ) keys for Preference Node: " + mPrefs, e );
121 121 }
122 122 }
123 123 try
  @@ -130,7 +130,7 @@
130 130 {
131 131 pValue = "\"" + pValue + "\"";
132 132 }
133 - throw new PersistenceException( "Unable to setKeyValue( "+mLevel+", \""+pKey+"\", "+pValue+" ) keys for Preference Node: " + mPrefs, e );
133 + throw new PersistenceException( "Unable to setKeyValue( " + mLevel + ", \"" + pKey + "\", " + pValue + " ) keys for Preference Node: " + mPrefs, e );
134 134 }
135 135 }
136 136