Skip to content

Commit 9b2783d

Browse files
committed
clarifying a comment
1 parent 6d469f0 commit 9b2783d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tinodesdk/src/main/java/co/tinode/tinodesdk/model/Base64Deserializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// https://github.com/FasterXML/jackson-databind/issues/3784
1616
// Once the bug is fixed, this class can be safely removed.
1717
public class Base64Deserializer extends PrimitiveArrayDeserializers<byte[]> {
18-
// This is required! Do not remove.
18+
// This is used by Jackson through reflection! Do not remove.
1919
public Base64Deserializer() {
2020
super(byte[].class);
2121
}

0 commit comments

Comments
 (0)