releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.remote.core.tests / src / org / eclipse / tracecompass / tmf / remote / core / tests / shell / CommandResultTest.java
index c854530ce07ccbc222995f2794861e03c99e541a..3b40a01bc785a6f40c8a7ec8ef1a300ffcf3cd21 100644 (file)
@@ -26,9 +26,9 @@ import org.junit.Test;
  */
 public class CommandResultTest {
 
-    private static final @NonNull String[] CMD_OUTPUT = { "This", "is", "the", "output" };
-    private static final @NonNull String[] CMD_NO_ERROR_OUTPUT = {};
-    private static final @NonNull String[] CMD_ERROR_OUTPUT = { "This", "is", "the", "error", "output" };
+    private static final String @NonNull [] CMD_OUTPUT = { "This", "is", "the", "output" };
+    private static final String @NonNull [] CMD_NO_ERROR_OUTPUT = {};
+    private static final String @NonNull [] CMD_ERROR_OUTPUT = { "This", "is", "the", "error", "output" };
 
     /**
      * Test suite for the {@link CommandResult} class
This page took 0.025823 seconds and 5 git commands to generate.