2009-04-17 sponge

* setIP wants to be a static method in the class, but it produces
      warnings about it being static from other code.
This commit is contained in:
sponge
2009-04-17 13:28:05 +00:00
parent d0376f82a5
commit c3f9e20247
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-04-17 sponge
* setIP wants to be a static method in the class, but it produces
warnings about it being static from other code.
2009-04-17 sponge
* Catch NPE in NTCP.
This possibly augments fix 2009-04-11 welterde below.