Skip to content

Commit 740ecab

Browse files
Remove unused ZoneId getter.
Signed-off-by: Finn Carroll <[email protected]>
1 parent 251df19 commit 740ecab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/src/main/java/org/opensearch/search/DocValueFormat.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,6 @@ public DateMathParser getDateMathParser() {
314314
return parser;
315315
}
316316

317-
public ZoneId getZoneId() {
318-
return timeZone;
319-
}
320-
321317
@Override
322318
public String format(long value) {
323319
return formatter.format(resolution.toInstant(value).atZone(timeZone));

0 commit comments

Comments
 (0)