[jboss-svn-commits] JBL Code SVN: r13953 - labs/jbosstm/workspace/baframework/trunk/src/org/jboss/txbridge/ba/annotation.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 2 06:29:48 EDT 2007


Author: jhalliday
Date: 2007-08-02 06:29:48 -0400 (Thu, 02 Aug 2007)
New Revision: 13953

Modified:
   labs/jbosstm/workspace/baframework/trunk/src/org/jboss/txbridge/ba/annotation/BAParam.java
   labs/jbosstm/workspace/baframework/trunk/src/org/jboss/txbridge/ba/annotation/BAResult.java
Log:
Fixed weird characters in javadoc comments.


Modified: labs/jbosstm/workspace/baframework/trunk/src/org/jboss/txbridge/ba/annotation/BAParam.java
===================================================================
--- labs/jbosstm/workspace/baframework/trunk/src/org/jboss/txbridge/ba/annotation/BAParam.java	2007-08-02 10:19:29 UTC (rev 13952)
+++ labs/jbosstm/workspace/baframework/trunk/src/org/jboss/txbridge/ba/annotation/BAParam.java	2007-08-02 10:29:48 UTC (rev 13953)
@@ -23,7 +23,7 @@
 import java.lang.annotation.*;
 
 /**
- * Annotates the service’s parameter so that it can be processed by the compensation mechanism.
+ * Annotates the service's parameter so that it can be processed by the compensation mechanism.
  *
  * @author Maciej P. Machulak (mmachulak at redhat.com)
  * @version 0.1

Modified: labs/jbosstm/workspace/baframework/trunk/src/org/jboss/txbridge/ba/annotation/BAResult.java
===================================================================
--- labs/jbosstm/workspace/baframework/trunk/src/org/jboss/txbridge/ba/annotation/BAResult.java	2007-08-02 10:19:29 UTC (rev 13952)
+++ labs/jbosstm/workspace/baframework/trunk/src/org/jboss/txbridge/ba/annotation/BAResult.java	2007-08-02 10:29:48 UTC (rev 13953)
@@ -23,7 +23,7 @@
 import java.lang.annotation.*;
 
 /**
- * Annotates the service’s return value to be processed by the compensation mechanism;
+ * Annotates the service's return value to be processed by the compensation mechanism;
  *
  * @author Maciej P. Machulak (mmachulak at redhat.com)
  * @version 0.1




More information about the jboss-svn-commits mailing list