Merge "Issue #2248 updated latency label to minutes." into development

Former-commit-id: 5a457fe2e6 [formerly 666d0c7c0f] [formerly 96a711d95e [formerly ae740d41f4d83bdc7cf2f0b3c485d6dc2ec6c612]]
Former-commit-id: 96a711d95e
Former-commit-id: 1d0cf12215
This commit is contained in:
Richard Peter 2013-08-23 11:23:59 -05:00 committed by Gerrit Code Review
commit 3ef0620c50

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