[jboss-svn-commits] JBL Code SVN: r21308 - in labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services: taxi and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 31 05:47:26 EDT 2008
Author: adinn
Date: 2008-07-31 05:47:26 -0400 (Thu, 31 Jul 2008)
New Revision: 21308
Modified:
labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/restaurant/RestaurantManager.java
labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/taxi/TaxiManager.java
labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/theatre/TheatreManager.java
Log:
fixed typos in coments
Modified: labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/restaurant/RestaurantManager.java
===================================================================
--- labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/restaurant/RestaurantManager.java 2008-07-31 05:35:01 UTC (rev 21307)
+++ labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/restaurant/RestaurantManager.java 2008-07-31 09:47:26 UTC (rev 21308)
@@ -455,7 +455,7 @@
/**
* The auto commit mode.
- * <p/> sa
+ * <p/>
* true = automatically commit, false = manually commit
*/
private boolean autoCommitMode;
@@ -491,12 +491,12 @@
public static final int DEFAULT_SEATING_CAPACITY = 100;
/**
- * the name of the file sued to store the restaurant manager state
+ * the name of the file used to store the restaurant manager state
*/
final static private String STATE_FILENAME = "restaurantManagerState";
/**
- * the name of the file sued to store the restaurant manager shadow state
+ * the name of the file used to store the restaurant manager shadow state
*/
final static private String SHADOW_STATE_FILENAME = "restaurantManagerShadowState";
Modified: labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/taxi/TaxiManager.java
===================================================================
--- labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/taxi/TaxiManager.java 2008-07-31 05:35:01 UTC (rev 21307)
+++ labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/taxi/TaxiManager.java 2008-07-31 09:47:26 UTC (rev 21308)
@@ -39,7 +39,7 @@
* Stores and manages taxi reservations. Knows nothing about Web Services.
* Understands transactional booking lifecycle: unprepared, prepared, finished.
*
- * </p>Tchanges to preparedList are always shadowed in persistent storage before
+ * </p>changes to preparedList are always shadowed in persistent storage before
* returning control to clients.
*
* @author Jonathan Halliday (jonathan.halliday at arjuna.com)
@@ -374,12 +374,12 @@
private boolean isPreparationWaiting;
/**
- * the name of the file sued to store the restaurant manager state
+ * the name of the file used to store the restaurant manager state
*/
final static private String STATE_FILENAME = "taxiManagerState";
/**
- * the name of the file sued to store the restaurant manager shadow state
+ * the name of the file used to store the restaurant manager shadow state
*/
final static private String SHADOW_STATE_FILENAME = "taxiManagerShadowState";
Modified: labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/theatre/TheatreManager.java
===================================================================
--- labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/theatre/TheatreManager.java 2008-07-31 05:35:01 UTC (rev 21307)
+++ labs/jbosstm/trunk/XTS/demo/src/com/jboss/jbosstm/xts/demo/services/theatre/TheatreManager.java 2008-07-31 09:47:26 UTC (rev 21308)
@@ -563,12 +563,12 @@
public static final int DEFAULT_SEATING_CAPACITY = 100;
/**
- * the name of the file sued to store the restaurant manager state
+ * the name of the file used to store the restaurant manager state
*/
final static private String STATE_FILENAME = "theatreManagerState";
/**
- * the name of the file sued to store the restaurant manager shadow state
+ * the name of the file used to store the restaurant manager shadow state
*/
final static private String SHADOW_STATE_FILENAME = "theatreManagerShadowState";
More information about the jboss-svn-commits
mailing list