Fix type in JavaDoc

This commit is contained in:
Emmanuel Bernard 2011-03-15 14:12:58 +01:00
parent 9a2494b13f
commit 3f2119b913
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public class AvailableSettings {
public static final String NAMING_STRATEGY = "hibernate.ejb.naming_strategy"; public static final String NAMING_STRATEGY = "hibernate.ejb.naming_strategy";
/** /**
* PersisterClassProvider class name, the class has to gave a no-arg constructor * PersisterClassProvider class name, the class must have a no-arg constructor
*/ */
public static final String PERSISTER_CLASS_PROVIDER = "hibernate.ejb.persister_class_provider"; public static final String PERSISTER_CLASS_PROVIDER = "hibernate.ejb.persister_class_provider";