Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/Anywhere/src/org/litesoft/encryption/symmetric/AlphaNumericConstrainedSymmetricEncryptor.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.encryption.symmetric;
2 3
3 4 public class AlphaNumericConstrainedSymmetricEncryptor extends AbstractSymmetricEncryptor
  @@ -140,4 +141,4 @@
140 141 throw new DecryptFailureException( (char) pChar, this.getClass() );
141 142 }
142 143 }
143 - }
144 + }