Skip to content

Commit 600ba5e

Browse files
committed
Fix comment on alarm sevr for Minor/Major
1 parent 97b42b6 commit 600ba5e

File tree

1 file changed

+1
-1
lines changed
  • app/display/runtime/src/main/java/org/csstudio/display/builder/runtime/script

1 file changed

+1
-1
lines changed

app/display/runtime/src/main/java/org/csstudio/display/builder/runtime/script/PVUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public final static long getTimeInMilliseconds(final RuntimePV pv) throws NullPo
202202

203203
/** Get alarm severity of the PV as an integer value.
204204
* @param pv PV
205-
* @return 0: OK; 1: Major; 2:Minor; 3: Invalid; 4: Undefined
205+
* @return 0: OK; 1: Minor; 2: Major; 3: Invalid; 4: Undefined
206206
*/
207207
public final static int getSeverity(final RuntimePV pv)
208208
{

0 commit comments

Comments
 (0)