()
| 50 | } |
| 51 | |
| 52 | public void close() { |
| 53 | try { |
| 54 | inpStream.close(); inpStream = null; |
| 55 | outStream.close(); outStream = null; |
| 56 | } catch (IOException e) { |
| 57 | Client.StaticData.getInstance().roster.errorLog(e.getMessage()); |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | } |
| 62 |
nothing calls this directly
no test coverage detected