[Jamwiki-commit] SF.net SVN: jamwiki:[2270] wiki/trunk/jamwiki-core/src
Brought to you by:
wrh2
From: <wr...@us...> - 2008-08-24 20:38:45
|
Revision: 2270 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2270&view=rev Author: wrh2 Date: 2008-08-24 20:38:43 +0000 (Sun, 24 Aug 2008) Log Message: ----------- Encryption: * Simplify the encryption code by consolidating some private methods and making two methods private since they aren't used elsewhere in the code. * Errors in this class should occur only due to strange system configurations, so throw runtime exceptions rather than a general exception. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/Encryption.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/utils/EncryptionTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |