Skip to content

Commit b2b66b3

Browse files
committed
fix line length
1 parent d89c785 commit b2b66b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/main/java/org/elasticsearch/common/io/stream/VersionedNamedWriteable.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ default boolean supportsVersion(TransportVersion version) {
4545
}
4646

4747
/**
48-
* Writes all those values in the given map to {@code out} that pass the version check in {@link VersionedNamedWriteable#supportsVersion} as a list.
48+
* Writes all those values in the given map to {@code out} that pass the version check in
49+
* {@link VersionedNamedWriteable#supportsVersion} as a list.
4950
*
5051
* @param out stream to write to
5152
* @param customs map of customs

0 commit comments

Comments
 (0)