ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / tabsview / TmfViewerFolder.java
index 2b6e2b8fe52e1f8b7913266ba5c6d68c93eb26db..753d783dd53ef8c0c73f80357e9c41aa6cbb258e 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -67,15 +67,10 @@ public class TmfViewerFolder extends Composite {
         super(parent, style);
         setLayout(new FillLayout());
 
-        fViewers = new HashMap<String, ITmfViewer>();
+        fViewers = new HashMap<>();
         initFolder();
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.eclipse.swt.widgets.Widget#dispose()
-     */
     @Override
     public void dispose() {
         super.dispose();
This page took 0.028597 seconds and 5 git commands to generate.