[jboss-remoting-commits] JBoss Remoting SVN: r5302 - remoting2/branches/2.2/src/main/org/jboss/remoting/callback.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Jul 7 19:47:10 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-07-07 19:47:10 -0400 (Tue, 07 Jul 2009)
New Revision: 5302

Modified:
   remoting2/branches/2.2/src/main/org/jboss/remoting/callback/CallbackStore.java
Log:
Fix invalid characters (javadoc)

Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/callback/CallbackStore.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/callback/CallbackStore.java	2009-07-07 23:10:58 UTC (rev 5301)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/callback/CallbackStore.java	2009-07-07 23:47:10 UTC (rev 5302)
@@ -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