On 08/16/2012 01:37 PM, Gary Gregory wrote: > (edited message subject to add "[Codec]" prefix) > > Yes, there is a certain amount of rain dancing, keeping of fingers crossed, > and cussing involved when cutting releasing, and it's fallen off my radar > to due other priorities. > > Is the ML content by the state of the new Crypt classes in > org.apache.commons.codec.digest?
I did some javadoc cleanup of the package. (btw. I find non-closing <p> tags on a separate line the most readable solution as outlined in the javadoc tutorial http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html what do other people think about it?) What is a bit odd is that the methods throw Exception although it's not needed at all (e.g. UnixCrypt) or could be constrained to NoSuchAlgorithmException (e.g. in Md5Crypt). Javadoc does not yet mention the exceptions too (but I can fix that). Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org