mark an unused deprecated method for removal

Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
Gavin King 2024-05-06 14:34:18 +02:00
parent 3d09ac0fce
commit f7708d59ac
1 changed files with 4 additions and 1 deletions

View File

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