Skip to content

Commit d94ff62

Browse files
committed
Applying PR review suggestions
1 parent 5657876 commit d94ff62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/connectivity/http/HttpErrorException.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
import java.util.Objects;
99

10-
@SuppressWarnings("serial")
1110
public class HttpErrorException extends Exception {
12-
public final int errorCode;
11+
private final int errorCode;
12+
13+
private static final long serialVersionUID = 1L;
1314

1415
@Override
1516
public boolean equals(Object o) {

0 commit comments

Comments
 (0)