[jboss-remoting-commits] JBoss Remoting SVN: r3501 - remoting2/branches/2.x/src/main/org/jboss/remoting/callback.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Feb 25 08:35:26 EST 2008


Author: david.lloyd at jboss.com
Date: 2008-02-25 08:35:25 -0500 (Mon, 25 Feb 2008)
New Revision: 3501

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/callback/CallbackStore.java
Log:
Fix non-UTF-8 characters

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/callback/CallbackStore.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/callback/CallbackStore.java	2008-02-25 03:02:04 UTC (rev 3500)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/callback/CallbackStore.java	2008-02-25 13:35:25 UTC (rev 3501)
@@ -76,7 +76,7 @@
    public static final String FILE_PATH_KEY = "StoreFilePath";
 
    /**
-    * Key for setting the file suffix to use for the callback objects written to disk. The default value is ‘ser’.
+    * Key for setting the file suffix to use for the callback objects written to disk. The default value is "ser".
     */
    public static final String FILE_SUFFIX_KEY = "StoreFileSuffix";
 




More information about the jboss-remoting-commits mailing list