Fixed broken JavaDoc and removed unused import

This commit is contained in:
Christian Basler 2016-05-24 07:45:34 +02:00
parent ed6344c662
commit 409dccd0be
2 changed files with 9 additions and 11 deletions

View File

@ -242,7 +242,6 @@ public class BitmessageContext {
* <li>Other than that, the call isn't expensive as long as there is no message
* to send, so it might be a good idea to just call it every few minutes.</li>
* </ul>
* </p>
*/
public void resendUnacknowledgedMessages() {
ctx.resendUnacknowledged();

View File

@ -18,7 +18,6 @@ package ch.dissem.bitmessage.entity.payload;
import ch.dissem.bitmessage.entity.ObjectMessage;
import ch.dissem.bitmessage.entity.Streamable;
import sun.reflect.generics.reflectiveObjects.NotImplementedException;
import java.io.IOException;
import java.io.OutputStream;