Java-API: byteCompressionType should be declared as primitive type byte (#7981)
Summary: The variable `byteCompressionType` is only assigned values of primitive type and is never 'null', but it is declared with the boxed type 'Byte'. Pull Request resolved: https://github.com/facebook/rocksdb/pull/7981 Reviewed By: ajkr Differential Revision: D26546600 Pulled By: jay-zhuang fbshipit-source-id: 07b579cdfcfc2262a448ca3626e216416fd05892main
parent
6fad38ebe8
commit
cc34da75b5
Loading…
Reference in new issue