Merge "Issue #2248 updated latency label to minutes." into development
Former-commit-id:bb7550914a
[formerly5a457fe2e6
] [formerly666d0c7c0f
] [formerlybb7550914a
[formerly5a457fe2e6
] [formerly666d0c7c0f
] [formerly96a711d95e
[formerly666d0c7c0f
[formerly ae740d41f4d83bdc7cf2f0b3c485d6dc2ec6c612]]]] Former-commit-id:96a711d95e
Former-commit-id:9a16a4ec40
[formerly3ef0620c50
] [formerly d912635a3468b8b23af3180fabdcaeca8b9721b4 [formerly1d0cf12215
]] Former-commit-id: 1784b47e605231025186408a61393052a7ba6cea [formerly7db3cd8e06
] Former-commit-id:836c7e9dad
This commit is contained in:
commit
6021b9efcb
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