1 parent 653ce8d commit b9a6faaCopy full SHA for b9a6faa
1 file changed
grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java
@@ -69,7 +69,7 @@ public class Grib2JpegDecoder {
69
* @throws IllegalArgumentException If 'argv' is empty
70
* @see Grib2JpegDecoder#getExitCode
71
*/
72
- Grib2JpegDecoder(int nbits, boolean debug) {
+ public Grib2JpegDecoder(int nbits, boolean debug) {
73
this.rate = nbits;
74
this.debug = debug;
75
0 commit comments