Subversion Repository Public Repository

litesoft

Diff Revisions 811 vs 812 for /trunk/Java/core/Server/src/org/litesoft/orsup/nonpublic/Blob.java

Diff revisions: vs.
  @@ -323,7 +323,7 @@
323 323 int bLen = zHex.length() / 2;
324 324 if ( (bLen == 0) || ((bLen + bLen) != zHex.length()) )
325 325 {
326 - throw new RuntimeException( "fromHex bad length: " + zHex.length() );
326 + throw new RuntimeException( "decode bad length: " + zHex.length() );
327 327 }
328 328 byte[] zBytes = new byte[bLen];
329 329 int from = 0;