releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / internal / statesystem / core / AttributeTree.java
index 3ac74c8218a241943d7587869384bdb70356db18..97f8777de4466fc0781fe79e4dc1c588b3e29437 100644 (file)
@@ -337,7 +337,7 @@ public final class AttributeTree {
      *            The quark of the attribute
      * @return The path elements of the full path
      */
-    public synchronized @NonNull String[] getFullAttributePathArray(int quark) {
+    public synchronized String @NonNull [] getFullAttributePathArray(int quark) {
         return attributeList.get(quark).getFullAttribute();
     }
 
This page took 0.025279 seconds and 5 git commands to generate.