More excess whitespace removed

This commit is contained in:
str4d
2012-03-30 04:40:56 +00:00
parent ba3bc9e2ed
commit 0cefaba925

View File

@ -63,7 +63,7 @@ public class DatagramTest extends TestCase {
Destination d = client.createDestination(out);
I2PSession session = client.createSession(new ByteArrayInputStream(out.toByteArray()), null);
I2PDatagramMaker dm = new I2PDatagramMaker(session);
byte[] dg = dm.makeI2PDatagram(null);
assertNull(dg);
}
@ -73,7 +73,7 @@ public class DatagramTest extends TestCase {
I2PClient client = I2PClientFactory.createClient();
Destination d = client.createDestination(out);
I2PSession session = client.createSession(new ByteArrayInputStream(out.toByteArray()), null);
I2PDatagramDissector dd = new I2PDatagramDissector();
dd.loadI2PDatagram(null);
}