Merge "Issue #2248 updated latency label to minutes." into development
Former-commit-id:5a457fe2e6
[formerly666d0c7c0f
] [formerly96a711d95e
[formerly ae740d41f4d83bdc7cf2f0b3c485d6dc2ec6c612]] Former-commit-id:96a711d95e
Former-commit-id:1d0cf12215
This commit is contained in:
commit
3ef0620c50
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