svn commit: r1619872 - /ofbiz/branches/framework-api-cleanup/framework/entity/src/org/ofbiz/entity/transaction/TransactionFactoryInterface.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1619872 - /ofbiz/branches/framework-api-cleanup/framework/entity/src/org/ofbiz/entity/transaction/TransactionFactoryInterface.java

jacopoc
Author: jacopoc
Date: Fri Aug 22 17:32:59 2014
New Revision: 1619872

URL: http://svn.apache.org/r1619872
Log:
Fix for wrong class name in Javadoc

Modified:
    ofbiz/branches/framework-api-cleanup/framework/entity/src/org/ofbiz/entity/transaction/TransactionFactoryInterface.java

Modified: ofbiz/branches/framework-api-cleanup/framework/entity/src/org/ofbiz/entity/transaction/TransactionFactoryInterface.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/framework-api-cleanup/framework/entity/src/org/ofbiz/entity/transaction/TransactionFactoryInterface.java?rev=1619872&r1=1619871&r2=1619872&view=diff
==============================================================================
--- ofbiz/branches/framework-api-cleanup/framework/entity/src/org/ofbiz/entity/transaction/TransactionFactoryInterface.java (original)
+++ ofbiz/branches/framework-api-cleanup/framework/entity/src/org/ofbiz/entity/transaction/TransactionFactoryInterface.java Fri Aug 22 17:32:59 2014
@@ -27,7 +27,7 @@ import org.ofbiz.entity.GenericEntityExc
 import org.ofbiz.entity.datasource.GenericHelperInfo;
 
 /**
- * TransactionFactoryLoader - central source for JTA objects
+ * TransactionFactoryInterface - central source for JTA objects
  */
 public interface TransactionFactoryInterface {