added null check, #209 #210

This commit is contained in:
DNx5
2015-09-19 13:27:31 +07:00
parent a00deb0e0f
commit 4ec548cb8d
3 changed files with 39 additions and 15 deletions
@@ -195,7 +195,8 @@ public class AsyncronousJoin {
});
}
} catch (NullPointerException ex) {
} catch (Exception ex) {
ex.printStackTrace();
}
}
String[] msg;