Skip to content

Commit f149cde

Browse files
committed
fix javadoc typo
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
1 parent 7fb5a6e commit f149cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/core/src/main/java/org/opensearch/core/common/io/stream/BaseWriteable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static Class<?> getCustomClassFromValue(final Object value) {
7979
if (value == null) {
8080
throw new IllegalArgumentException("Attempting to retrieve a class type from a null value");
8181
}
82-
// rip through registered classes; return the class iff 'value' is an instant
82+
// rip through registered classes; return the class iff 'value' is an instance
8383
// we do it this way to cover inheritance and interfaces (e.g., joda DateTime is an instanceof
8484
// a ReadableInstant interface)
8585
for (final Class<?> clazz : WRITER_CUSTOM_CLASS_MAP.values()) {

0 commit comments

Comments
 (0)