Brought spring-webflow-sandbox code to formatting conventions

This commit is contained in:
Ben Hale
2007-08-15 13:16:21 +00:00
parent c8a2791e60
commit 7e88eb9b9e

View File

@@ -30,7 +30,10 @@ public class Base64 {
/*
* static data used by the encoding and decoding algorithm
* /* The equals sign (=) as a byte.
*/
/*
* The equals sign (=) as a byte.
*/
private static final byte EQUALS_SIGN = (byte) '=';
/* The dot (.) as a byte. */