File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/alarm/ui/src/main/java/org/phoebus/applications/alarm/ui/table Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,14 +114,14 @@ public String toString()
114114 {
115115 final StringBuilder buf = new StringBuilder ();
116116
117- buf .append ("PV: " ).append (pv .get ()).append ("\n " );
118- buf .append ("Description: " ).append (description .get ()).append ("\n " );
119- buf .append ("Alarm Time: " ).append (time .get ()).append ("\n " );
117+ buf .append ("PV: " ).append (pv .get ()).append (" \n " );
118+ buf .append ("Description: " ).append (description .get ()).append (" \n " );
119+ buf .append ("Alarm Time: " ).append (time .get ()).append (" \n " );
120120 buf .append ("Alarm Severity: " ).append (severity .get ());
121121 buf .append (", Status: " ).append (status .get ());
122- buf .append (", Value: " ).append (value .get ()).append ("\n " );
122+ buf .append (", Value: " ).append (value .get ()).append (" \n " );
123123 buf .append ("Current PV Severity: " ).append (pv_severity .get ());
124- buf .append (", Status: " ).append (pv_status .get ()).append ("\n " );
124+ buf .append (", Status: " ).append (pv_status .get ()).append (" \n " );
125125
126126 return buf .toString ();
127127 }
You can’t perform that action at this time.
0 commit comments