tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / internal / tmf / core / statesystem / AttributeTree.java
index 1779d8735e3bf99b63a754c576d94a1d170e0374..69407898e7e536acf255e428d29722d54201b29a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 2013 Ericsson
  * Copyright (c) 2010, 2011 École Polytechnique de Montréal
  * Copyright (c) 2010, 2011 Alexandre Montplaisir <alexandre.montplaisir@gmail.com>
  *
@@ -28,7 +28,7 @@ import org.eclipse.linuxtools.tmf.core.exceptions.AttributeNotFoundException;
  * @author alexmont
  *
  */
-final class AttributeTree {
+public class AttributeTree {
 
     /* "Magic number" for attribute tree files or file sections */
     private final static int ATTRIB_TREE_MAGIC_NUMBER = 0x06EC3671;
This page took 0.025906 seconds and 5 git commands to generate.