Author: ehillenius
Date: Sat Mar  3 15:49:44 2007
New Revision: 514279

URL: http://svn.apache.org/viewvc?view=rev&rev=514279
Log:
typo

Modified:
    
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/util/io/WicketSerializeableException.java

Modified: 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/util/io/WicketSerializeableException.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/util/io/WicketSerializeableException.java?view=diff&rev=514279&r1=514278&r2=514279
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/util/io/WicketSerializeableException.java
 (original)
+++ 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/util/io/WicketSerializeableException.java
 Sat Mar  3 15:49:44 2007
@@ -72,13 +72,12 @@
                        }
                        asb.setLength(asb.length() - 2);
                }
-               asb
-                               .append("\nNOTE: if you feel Wicket is at fault 
with this exception")
-                               .append(", please report to the mailing list. 
You can switch to ")
-                               .append("JDK based serialization by calling: ")
-                               .append(
-                                               
"java.util.lang.Objects.setObjectStreamFactory(new 
IObjectStreamFactory.DefaultObjectStreamFactory()) ")
-                               .append("e.g. in the init method of your 
application");
+               asb.append("\nNOTE: if you feel Wicket is at fault with this 
exception").append(
+                               ", please report to the mailing list. You can 
switch to ").append(
+                               "JDK based serialization by calling: ").append(
+                               
"wicket.util.lang.Objects.setObjectStreamFactory(").append(
+                               "new 
IObjectStreamFactory.DefaultObjectStreamFactory()) ").append(
+                               "e.g. in the init method of your application");
                return asb.toString();
        }
 


Reply via email to