mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
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 String timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalT
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@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…
x
Reference in New Issue
Block a user