tmf: Fix most Number unboxing problems
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / filter / model / TmfFilterEventTypeNode.java
index 223abe6a88ddc05f66fc26c6bea8399f031cb131..9134bd1d1fc1ac711487f12612621f5220ad0b53 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 Ericsson
+ * Copyright (c) 2010, 2012 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -105,7 +105,7 @@ public class TmfFilterEventTypeNode extends TmfFilterTreeNode {
                if (getChildrenCount() == 0) {
                        return super.getValidChildren();
                }
-        return new ArrayList<String>(0); // only one child allowed
+        return new ArrayList<>(0); // only one child allowed
        }
 
        @Override
This page took 0.024101 seconds and 5 git commands to generate.