Clean up code.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / ctfadaptor / CtfTmfEventFieldTest.java
index bcbabefccbc4b459411b74f57dbac11a7b4a4cc0..b2093c0d14a57998560f2765f12f47249194d0d7 100644 (file)
@@ -133,7 +133,7 @@ public class CtfTmfEventFieldTest {
         IntegerDeclaration intDec = new IntegerDeclaration(8, false, 8,
                 ByteOrder.BIG_ENDIAN, Encoding.NONE, null, 8);
         FloatDeclaration flDec = new FloatDeclaration(8, 24,
-                ByteOrder.BIG_ENDIAN, Encoding.NONE, 8);
+                ByteOrder.BIG_ENDIAN, 8);
         ArrayDeclaration arrDec = new ArrayDeclaration(2, intDec);
         SequenceDeclaration seqDec = new SequenceDeclaration(LEN, intDec);
         sDec.addField(INT, intDec);
This page took 0.025121 seconds and 5 git commands to generate.