Skip to content

Commit

Permalink
Change ExporterStatusException's statusCode access
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodrobins committed Aug 13, 2024
1 parent 41daf4c commit d169788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public final class ExporterStatusException extends Exception {

private static final long serialVersionUID = -4885282244234214070L;

public int statusCode;
private final int statusCode;

public ExporterStatusException(int statusCode, @Nullable Throwable cause) {
super(cause);
Expand Down

0 comments on commit d169788

Please sign in to comment.