ctf: Fix Javadoc for all public methods
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / types / StringDefinitionTest.java
index 3ef00b8c5438e2269d198808f8294270ae018ba3..3de56f061f162771d913cd417e11a41b8afbec40 100644 (file)
@@ -5,7 +5,6 @@ import static org.junit.Assert.assertNotNull;
 import org.eclipse.linuxtools.ctf.core.event.types.IDefinitionScope;
 import org.eclipse.linuxtools.ctf.core.event.types.StringDeclaration;
 import org.eclipse.linuxtools.ctf.core.event.types.StringDefinition;
-import org.eclipse.linuxtools.ctf.core.trace.CTFReaderException;
 import org.eclipse.linuxtools.internal.ctf.core.event.io.BitBuffer;
 import org.junit.After;
 import org.junit.Before;
@@ -34,11 +33,9 @@ public class StringDefinitionTest {
 
     /**
      * Perform pre-test initialization.
-     *
-     * @throws CTFReaderException
      */
     @Before
-    public void setUp() throws CTFReaderException {
+    public void setUp() {
         String name = "testString"; //$NON-NLS-1$
         StringDeclaration stringDec = new StringDeclaration();
         fixture = stringDec.createDefinition(null, name);
This page took 0.026045 seconds and 5 git commands to generate.