We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89c785 commit b2b66b3Copy full SHA for b2b66b3
server/src/main/java/org/elasticsearch/common/io/stream/VersionedNamedWriteable.java
@@ -45,7 +45,8 @@ default boolean supportsVersion(TransportVersion version) {
45
}
46
47
/**
48
- * Writes all those values in the given map to {@code out} that pass the version check in {@link VersionedNamedWriteable#supportsVersion} as a list.
+ * Writes all those values in the given map to {@code out} that pass the version check in
49
+ * {@link VersionedNamedWriteable#supportsVersion} as a list.
50
*
51
* @param out stream to write to
52
* @param customs map of customs
0 commit comments