Fix a bunch of static analysis warnings
This commit is contained in:
@@ -98,7 +98,7 @@ public class AddComputerManually extends Activity {
|
||||
|
||||
try {
|
||||
addThread.join();
|
||||
} catch (InterruptedException e) {}
|
||||
} catch (InterruptedException ignored) {}
|
||||
|
||||
addThread = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user