releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.remote.core / src / org / eclipse / tracecompass / internal / tmf / remote / core / shell / CommandShell.java
index a22913f76eb817c75f0755251787a60b5c575811..828070350ebbc85bd0e72b221c57f620d5f7cf25 100644 (file)
@@ -148,7 +148,7 @@ public class CommandShell implements ICommandShell {
         return new CommandResult(result, output, error);
     }
 
-    private static @NonNull String[] splitLines(String output) {
+    private static String @NonNull [] splitLines(String output) {
         return checkNotNull(output.split("\\r?\\n")); //$NON-NLS-1$
     }
 }
This page took 0.023996 seconds and 5 git commands to generate.