Skip to content

Commit 6739e1a

Browse files
Marked COMPRESSED_BINARY for deprecation
fixes #929
1 parent c077e5f commit 6739e1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/net/openhft/chronicle/wire/WireType.java

+4
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ public <T> T fromString(@NotNull CharSequence cs) throws InvalidMarshallableExce
164164
return fromHexString(cs);
165165
}
166166
},
167+
/**
168+
* To be removed in X.29 - use BINARY_LIGHT instead
169+
*/
170+
@Deprecated
167171
COMPRESSED_BINARY {
168172
@NotNull
169173
@Override

0 commit comments

Comments
 (0)