ctf: Fix some Sonar warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / IDeclaration.java
index 3f9406c78fb0ac1394c95f94c961cd507b3c7b2d..98925524994a0678c5bb774f7930b4e918d0e013 100644 (file)
@@ -37,8 +37,7 @@ public interface IDeclaration {
      *            the name of the definition
      * @return a reference to the definition
      */
-    Definition createDefinition(IDefinitionScope definitionScope,
-            String fieldName);
+    Definition createDefinition(IDefinitionScope definitionScope, String fieldName);
 
     /**
      * The minimum alignment. if the field is 32 bits, the definition will pad
This page took 0.02369 seconds and 5 git commands to generate.