From 7e88eb9b9eca6297d6381c63f5ffad3fee67c9a4 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Wed, 15 Aug 2007 13:16:21 +0000 Subject: [PATCH] Brought spring-webflow-sandbox code to formatting conventions --- .../main/java/org/springframework/webflow/util/Base64.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/util/Base64.java b/spring-webflow/src/main/java/org/springframework/webflow/util/Base64.java index fd32528b..8d1fba26 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/util/Base64.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/util/Base64.java @@ -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. */