File tree Expand file tree Collapse file tree
src/main/java/org/msgpack Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020import java .io .IOException ;
2121import org .msgpack .*;
2222import org .msgpack .packer .Packer ;
23- import org .msgpack .type .Value ;
2423import org .msgpack .unpacker .Unpacker ;
2524
2625
Original file line number Diff line number Diff line change @@ -411,5 +411,20 @@ public void close() throws IOException {
411411 public int getReadByteCount () {
412412 throw new UnsupportedOperationException ("Not implemented yet" );
413413 }
414+
415+ @ Override
416+ public void setRawSizeLimit (int size ) {
417+ throw new UnsupportedOperationException ("Not implemented yet" );
418+ }
419+
420+ @ Override
421+ public void setArraySizeLimit (int size ) {
422+ throw new UnsupportedOperationException ("Not implemented yet" );
423+ }
424+
425+ @ Override
426+ public void setMapSizeLimit (int size ) {
427+ throw new UnsupportedOperationException ("Not implemented yet" );
428+ }
414429}
415430
Original file line number Diff line number Diff line change 4545 * Application enables to load the .class files and use templates.
4646 *
4747 */
48- @ SuppressWarnings ("restriction" )
4948public class TemplatePrecompiler {
5049
5150 private static final Logger LOG = LoggerFactory .getLogger (TemplatePrecompiler .class );
You can’t perform that action at this time.
0 commit comments