Author: jacopoc
Date: Fri Aug 22 17:32:59 2014
New Revision: 1619872
URL:
http://svn.apache.org/r1619872Log:
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 {