Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'hibernate/org.eclipse.emf.teneo.hibernate/src/org/eclipse/emf/teneo/hibernate/HbDataStoreFactory.java')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate/src/org/eclipse/emf/teneo/hibernate/HbDataStoreFactory.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate/src/org/eclipse/emf/teneo/hibernate/HbDataStoreFactory.java b/hibernate/org.eclipse.emf.teneo.hibernate/src/org/eclipse/emf/teneo/hibernate/HbDataStoreFactory.java
index 51c120270..1e61975e2 100755
--- a/hibernate/org.eclipse.emf.teneo.hibernate/src/org/eclipse/emf/teneo/hibernate/HbDataStoreFactory.java
+++ b/hibernate/org.eclipse.emf.teneo.hibernate/src/org/eclipse/emf/teneo/hibernate/HbDataStoreFactory.java
@@ -17,17 +17,17 @@
package org.eclipse.emf.teneo.hibernate;
/**
- * Defines the factory interface for creating Hibernate Configuration. By
- * specifying their own configuration factory the client application can add
- * their own properties and control the creation of session factories.
+ * Defines the factory interface for creating Hibernate Configuration. By specifying their own
+ * configuration factory the client application can add their own properties and control the
+ * creation of session factories.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
* @version $Revision: 1.4 $
*/
public interface HbDataStoreFactory {
/**
- * The method which gets called to create a EMFDataStore. The default
- * factory creates a standard EMFDataStore
+ * The method which gets called to create a EMFDataStore. The default factory creates a standard
+ * EMFDataStore
*/
public HbDataStore createHbDataStore();
} \ No newline at end of file

Back to the top