releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / internal / statesystem / core / Attribute.java
index 6d2350b96d17310bddd5a63e58996a0401541e72..2ea13f74b3adc6fb83bea2f5f4ac060a51d4dce3 100644 (file)
@@ -198,7 +198,7 @@ public final class Attribute {
      *
      * @return The full attribute path elements
      */
-    public @NonNull String[] getFullAttribute() {
+    public String @NonNull [] getFullAttribute() {
         LinkedList<String> list = new LinkedList<>();
         Attribute curNode = this;
 
This page took 0.024313 seconds and 5 git commands to generate.