btf: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.parser.tests / src / org / eclipse / linuxtools / ctf / parser / tests / CtfLexerTest.java
index d33e968351037221bb3e5314e9d29842d494e020..e5b5e35234f9ab1896358b660d52030ab8d2070a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013 Etienne Bergeron
+ * Copyright (c) 2013, 2014 Etienne Bergeron
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -39,7 +39,7 @@ public class CtfLexerTest {
     // Attributes
     // ------------------------------------------------------------------------
 
-    private final List<Token> tokens = new LinkedList<Token>();
+    private final List<Token> tokens = new LinkedList<>();
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.024354 seconds and 5 git commands to generate.