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

Former-commit-id: bb7550914a [formerly 5a457fe2e6] [formerly 666d0c7c0f] [formerly bb7550914a [formerly 5a457fe2e6] [formerly 666d0c7c0f] [formerly 96a711d95e [formerly 666d0c7c0f [formerly ae740d41f4d83bdc7cf2f0b3c485d6dc2ec6c612]]]]
Former-commit-id: 96a711d95e
Former-commit-id: 9a16a4ec40 [formerly 3ef0620c50] [formerly d912635a3468b8b23af3180fabdcaeca8b9721b4 [formerly 1d0cf12215]]
Former-commit-id: 1784b47e605231025186408a61393052a7ba6cea [formerly 7db3cd8e06]
Former-commit-id: 836c7e9dad
This commit is contained in:
Richard Peter 2013-08-23 11:23:59 -05:00 committed by Gerrit Code Review
commit 6021b9efcb

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