Fix type in JavaDoc
This commit is contained in:
parent
9a2494b13f
commit
3f2119b913
|
@ -247,7 +247,7 @@ public class AvailableSettings {
|
|||
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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue