Author: dgeraskov
Date: 2008-12-15 06:55:03 -0500 (Mon, 15 Dec 2008)
New Revision: 12588
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/KnownConfigurations.java
Log:
'Strin' in javadoc renamed to 'String'
Unnecessary import removed.
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/KnownConfigurations.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/KnownConfigurations.java 2008-12-15
10:51:48 UTC (rev 12587)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/KnownConfigurations.java 2008-12-15
11:55:03 UTC (rev 12588)
@@ -53,7 +53,6 @@
import org.hibernate.SessionFactory;
import org.hibernate.console.node.BaseNode;
import org.hibernate.console.node.ConfigurationListNode;
-import org.hibernate.eclipse.HibernatePlugin;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
@@ -191,7 +190,7 @@
/**
* Answer whether the provided configuration name is known by the provider or not.
- * The name string corresponds to the Strin returned by ConsoleConfiguration#getName()
+ * The name string corresponds to the String returned by ConsoleConfiguration#getName()
*/
public boolean isKnownConfiguration(String name) {
return internalGetRepository(name) != null;
Show replies by date