mark an unused deprecated method for removal
Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
3d09ac0fce
commit
f7708d59ac
|
@ -533,7 +533,10 @@ public class PostgreSQLDialect extends Dialect {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
/**
|
||||||
|
* @deprecated No longer used, and should be removed
|
||||||
|
*/
|
||||||
|
@Deprecated(forRemoval = true)
|
||||||
protected void extractField(
|
protected void extractField(
|
||||||
StringBuilder pattern,
|
StringBuilder pattern,
|
||||||
TemporalUnit unit,
|
TemporalUnit unit,
|
||||||
|
|
Loading…
Reference in New Issue