Add 'Use {@link #getTransactionStartTimestamp()}' to SharedSessionContractImplementor#getTimestamp deprecated comment

This commit is contained in:
Andrea Boriero 2018-11-01 15:20:39 +00:00
parent c091738bea
commit 6f636a8c0b

View File

@ -161,7 +161,7 @@ default void checkOpen() {
long getTransactionStartTimestamp();
/**
* @deprecated (since 5.3) Use
* @deprecated (since 5.3) Use {@link #getTransactionStartTimestamp()} instead.
*/
@Deprecated
default long getTimestamp() {