Fixed broken JavaDoc and removed unused import
This commit is contained in:
parent
ed6344c662
commit
409dccd0be
@ -242,7 +242,6 @@ public class BitmessageContext {
|
|||||||
* <li>Other than that, the call isn't expensive as long as there is no message
|
* <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>
|
* to send, so it might be a good idea to just call it every few minutes.</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* </p>
|
|
||||||
*/
|
*/
|
||||||
public void resendUnacknowledgedMessages() {
|
public void resendUnacknowledgedMessages() {
|
||||||
ctx.resendUnacknowledged();
|
ctx.resendUnacknowledged();
|
||||||
|
@ -18,7 +18,6 @@ package ch.dissem.bitmessage.entity.payload;
|
|||||||
|
|
||||||
import ch.dissem.bitmessage.entity.ObjectMessage;
|
import ch.dissem.bitmessage.entity.ObjectMessage;
|
||||||
import ch.dissem.bitmessage.entity.Streamable;
|
import ch.dissem.bitmessage.entity.Streamable;
|
||||||
import sun.reflect.generics.reflectiveObjects.NotImplementedException;
|
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.OutputStream;
|
import java.io.OutputStream;
|
||||||
|
Loading…
Reference in New Issue
Block a user