Skip to content

Commit ce583aa

Browse files
committed
Fix build
Looks like we lost a method that I was using in a test when merging master. Oops! This fixes the build and lets us move forward.
1 parent b6e0609 commit ce583aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/src/main/java/org/elasticsearch/common/time/FormatNames.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,8 @@ public enum FormatNames {
111111
public boolean matches(String format) {
112112
return format.equals(snakeCaseName);
113113
}
114+
115+
public String getSnakeCaseName() {
116+
return snakeCaseName;
117+
}
114118
}

0 commit comments

Comments
 (0)