[ctf] Fixes multiple coding style issues while reading ctf Types.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / StructDefinition.java
index 667b4e3e473fc26321d57f0956afd3043aa479cc..378b2e012b59c08a98f874c9a77c7d9c6fb1ddbe 100644 (file)
@@ -115,7 +115,7 @@ public class StructDefinition extends Definition implements IDefinitionScope {
     }
 
     /**
-     * Lookup an array in a struct. if the name returns a non-array (like an
+     * Lookup an array in a struct. If the name returns a non-array (like an
      * int) than the method returns null
      *
      * @param name
@@ -128,7 +128,7 @@ public class StructDefinition extends Definition implements IDefinitionScope {
     }
 
     /**
-     * Lookup an enum in a struct. if the name returns a non-enum (like an int)
+     * Lookup an enum in a struct. If the name returns a non-enum (like an int)
      * than the method returns null
      *
      * @param name
@@ -141,7 +141,7 @@ public class StructDefinition extends Definition implements IDefinitionScope {
     }
 
     /**
-     * Lookup an integer in a struct. if the name returns a non-integer (like an
+     * Lookup an integer in a struct. If the name returns a non-integer (like an
      * float) than the method returns null
      *
      * @param name
@@ -155,7 +155,7 @@ public class StructDefinition extends Definition implements IDefinitionScope {
     }
 
     /**
-     * Lookup a sequence in a struct. if the name returns a non-sequence (like
+     * Lookup a sequence in a struct. If the name returns a non-sequence (like
      * an int) than the method returns null
      *
      * @param name
@@ -169,7 +169,7 @@ public class StructDefinition extends Definition implements IDefinitionScope {
     }
 
     /**
-     * Lookup a string in a struct. if the name returns a non-string (like
+     * Lookup a string in a struct. If the name returns a non-string (like
      * an int) than the method returns null
      *
      * @param name
@@ -183,7 +183,7 @@ public class StructDefinition extends Definition implements IDefinitionScope {
     }
 
     /**
-     * Lookup a struct in a struct. if the name returns a non-struct (like
+     * Lookup a struct in a struct. If the name returns a non-struct (like
      * an int) than the method returns null
      *
      * @param name
@@ -197,7 +197,7 @@ public class StructDefinition extends Definition implements IDefinitionScope {
     }
 
     /**
-     * Lookup a variant in a struct. if the name returns a non-variant (like
+     * Lookup a variant in a struct. If the name returns a non-variant (like
      * an int) than the method returns null
      *
      * @param name
This page took 0.025188 seconds and 5 git commands to generate.