We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5473269 commit b3f6406Copy full SHA for b3f6406
1 file changed
api-project/src/main/java/org/opendevstack/apiservice/project/exception/ErrorMessage.java
@@ -5,6 +5,8 @@ public class ErrorMessage {
5
public static final String NOT_FOUND = "Not Found";
6
public static final String FORBIDDEN = "Forbidden";
7
public static final String BAD_REQUEST = "Bad Request";
8
-
9
- public ErrorMessage() {}
+
+ private ErrorMessage() {
10
+ // prevent instantiation
11
+ }
12
}
0 commit comments