HHH-11944 Fix typo in comment

This commit is contained in:
Guillaume Smet 2017-08-28 15:15:09 +02:00
parent 123ef45975
commit 08cbe1a33f
1 changed files with 1 additions and 1 deletions

View File

@ -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