Skip to content
Snippets Groups Projects
Commit bb5e8ac7 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

DialogMessage: Define default severity.

parent 11d6ddd0
No related branches found
No related tags found
1 merge request!343474
ConstraintBases.java 93b4743cc1f5e2677635e644663ba934ef7f7f4e GREEN ConstraintBases.java 93b4743cc1f5e2677635e644663ba934ef7f7f4e GREEN
ConstraintCheckerBase.java 92de33f1a3071dc6d66a55d8c10f5d5cc967a4fc GREEN ConstraintCheckerBase.java 92de33f1a3071dc6d66a55d8c10f5d5cc967a4fc GREEN
ConstraintViolationBase.java ec66973ab2183623f0cd4a85c59c886dddad6cf6 GREEN ConstraintViolationBase.java ec66973ab2183623f0cd4a85c59c886dddad6cf6 GREEN
DialogMessage.java 167f45ffe175f2654d3a0ac10d46890987450a47 YELLOW DialogMessage.java 8420640e999e4fb15fa644333e5d71e1d16c2559 YELLOW
ElementCompositorBase.java 7a445e5adde11878fe0515baca8b915287149b28 GREEN ElementCompositorBase.java 7a445e5adde11878fe0515baca8b915287149b28 GREEN
MultiViolationConstraintCheckerBase.java 30886a94c99cf8948f64401b1db821abe06e1e6c GREEN MultiViolationConstraintCheckerBase.java 30886a94c99cf8948f64401b1db821abe06e1e6c GREEN
PrototypeProviderBase.java ebcd1794c3798b9899a620b01fd5aa0402129423 GREEN PrototypeProviderBase.java ebcd1794c3798b9899a620b01fd5aa0402129423 GREEN
......
...@@ -33,7 +33,7 @@ public class DialogMessage extends LogMessage { ...@@ -33,7 +33,7 @@ public class DialogMessage extends LogMessage {
} }
/** Holds the severity of the message. */ /** Holds the severity of the message. */
private MSG_TYPE severity; private MSG_TYPE severity = MSG_TYPE.INFORMATION;
/** Constructor. Default severity: {@link MSG_TYPE#INFORMATION}. */ /** Constructor. Default severity: {@link MSG_TYPE#INFORMATION}. */
public DialogMessage(String dialogMsg) { public DialogMessage(String dialogMsg) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment