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 97b42b6 commit 600ba5eCopy full SHA for 600ba5e
app/display/runtime/src/main/java/org/csstudio/display/builder/runtime/script/PVUtil.java
@@ -202,7 +202,7 @@ public final static long getTimeInMilliseconds(final RuntimePV pv) throws NullPo
202
203
/** Get alarm severity of the PV as an integer value.
204
* @param pv PV
205
- * @return 0: OK; 1: Major; 2:Minor; 3: Invalid; 4: Undefined
+ * @return 0: OK; 1: Minor; 2: Major; 3: Invalid; 4: Undefined
206
*/
207
public final static int getSeverity(final RuntimePV pv)
208
{
0 commit comments