Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/orsup/nonpublic/TransState.java

Diff revisions: vs.
  @@ -129,7 +129,6 @@
129 129
130 130 private IllegalStateException doesNotSupport( String pWhat )
131 131 {
132 - return new IllegalStateException(
133 - "Transaction state '" + this + "' does not support: " + pWhat + "!" );
132 + return new IllegalStateException( "Transaction state '" + this + "' does not support: " + pWhat + "!" );
134 133 }
135 134 }