Skip to content

Commit b9a6faa

Browse files
authored
Change Grib2JpegDecoder constructor to public access modifier
1 parent 653ce8d commit b9a6faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class Grib2JpegDecoder {
6969
* @throws IllegalArgumentException If 'argv' is empty
7070
* @see Grib2JpegDecoder#getExitCode
7171
*/
72-
Grib2JpegDecoder(int nbits, boolean debug) {
72+
public Grib2JpegDecoder(int nbits, boolean debug) {
7373
this.rate = nbits;
7474
this.debug = debug;
7575

0 commit comments

Comments
 (0)