aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/filemanager/commands/shell/Shell.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/filemanager/commands/shell/Shell.java')
-rw-r--r--src/com/cyanogenmod/filemanager/commands/shell/Shell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/cyanogenmod/filemanager/commands/shell/Shell.java b/src/com/cyanogenmod/filemanager/commands/shell/Shell.java
index 43e43368..1e4f27ec 100644
--- a/src/com/cyanogenmod/filemanager/commands/shell/Shell.java
+++ b/src/com/cyanogenmod/filemanager/commands/shell/Shell.java
@@ -109,7 +109,7 @@ public abstract class Shell extends Command {
* @throws ReadOnlyFilesystemException If the operation writes in a read-only filesystem
* @hide
*/
- @SuppressWarnings({ "static-method", "unused" })
+ @SuppressWarnings("static-method")
public void checkStdErr(Program program, int exitCode, String err)
throws InsufficientPermissionsException, NoSuchFileOrDirectory,
CommandNotFoundException, ExecutionException, ReadOnlyFilesystemException {