Issue #2248 updated latency label to minutes.
Change-Id: Ifecd9aad430c9f4ba922b8d77c0ac602de19be92 Former-commit-id:7e85e2ab68
[formerly11a699fad8
] [formerly7e85e2ab68
[formerly11a699fad8
] [formerlye5f6f9b0cb
[formerly 64cf07f90dc3a214b2d03327f61e391f486e3f86]]] Former-commit-id:e5f6f9b0cb
Former-commit-id:ef709b930b
[formerlye9783138cb
] Former-commit-id:26b6aa8040
This commit is contained in:
parent
46e8c07f1a
commit
ea0d8e21ab
1 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@ import com.raytheon.viz.ui.dialogs.CaveSWTDialog;
|
|||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Jul 18, 2013 1653 mpduff Initial creation
|
||||
* Aug 21, 2013 2248 bgonzale Changed label to minutes.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -157,7 +158,7 @@ public class SubscriptionStatusDlg extends CaveSWTDialog {
|
|||
|
||||
Label l22 = new Label(sumComp, SWT.NONE);
|
||||
l22.setLayoutData(new GridData(SWT.LEFT, SWT.DEFAULT, true, false));
|
||||
l22.setText(summary.getLatency() + " seconds");
|
||||
l22.setText(summary.getLatency() + " minutes");
|
||||
|
||||
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||
sdf.setTimeZone(TimeZone.getTimeZone("GMT"));
|
||||
|
|
Loading…
Add table
Reference in a new issue