HHH-11944 Fix typo in comment
This commit is contained in:
parent
123ef45975
commit
08cbe1a33f
|
@ -82,7 +82,7 @@ public class SessionDelegatorBaseImpl implements SessionImplementor {
|
|||
protected final SessionImplementor delegate;
|
||||
|
||||
/**
|
||||
* @deprecated (snce 6.0) SessionDelegatorBaseImpl should take just one argument, the SessionImplementor.
|
||||
* @deprecated (since 6.0) SessionDelegatorBaseImpl should take just one argument, the SessionImplementor.
|
||||
* Use the {@link #SessionDelegatorBaseImpl(SessionImplementor)} form instead
|
||||
*/
|
||||
@Deprecated
|
||||
|
|
Loading…
Reference in New Issue