Issue #2248 updated latency label to minutes.

Change-Id: Ifecd9aad430c9f4ba922b8d77c0ac602de19be92

Former-commit-id: 64cf07f90dc3a214b2d03327f61e391f486e3f86
This commit is contained in:
Brad Gonzales 2013-08-21 14:14:06 -05:00
parent 158b0f8564
commit e5f6f9b0cb

View file

@ -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"));