File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
scala-implicits/src/main/scala/com/couchbase/client/scala/codec Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ class JsonTranscoder() extends TranscoderWithSerializer {
3030 new InvalidArgumentException (
3131 " byte[] input is not supported for the " +
3232 " JsonTranscoder! If you want to store already encoded JSON, use the RawJsonTranscoder, otherwise store " +
33- " it with the RawBinaryTranscoder!" , null , null
33+ " it with the RawBinaryTranscoder!" ,
34+ null ,
35+ null
3436 )
3537 )
3638 case _ =>
@@ -48,7 +50,9 @@ class JsonTranscoder() extends TranscoderWithSerializer {
4850 new InvalidArgumentException (
4951 " Array[Byte] input is not supported for the JsonTranscoder!. " +
5052 " If you want to read already encoded JSON, use the RawJsonTranscoder, otherwise read it " +
51- " with the RawBinaryTranscoder!" , null , null
53+ " with the RawBinaryTranscoder!" ,
54+ null ,
55+ null
5256 )
5357 )
5458 } else {
You can’t perform that action at this time.
0 commit comments