hengsokchamroeun / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

one line never been used in sendNotification #215

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the source code, 
https://code.google.com/p/javapns/source/browse/trunk/src/javapns/notification/P
ushNotificationManager.java#389
"BufferedReader in = new BufferedReader(new 
InputStreamReader(this.socket.getInputStream()));"

this BufferedReader is never been used in the function. Should we just remove 
it? Or this line actually useful for APNS?

Thanks

Original issue reported on code.google.com by xingxing...@gmail.com on 18 Jul 2014 at 9:55

GoogleCodeExporter commented 8 years ago
Disabled that line of code and added a comment in r386.

Thank you!

Original comment by sype...@gmail.com on 30 Sep 2014 at 3:07