forked from I2P_Developers/i2p.i2p
Fix compilation of non-JUnit tests (disabled by default)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package net.i2p.client.streaming;
|
||||
package net.i2p.client.streaming.impl;
|
||||
|
||||
import net.i2p.client.streaming.I2PSocketManagerFactory;
|
||||
import net.i2p.client.streaming.StreamSinkSend;
|
||||
import net.i2p.client.streaming.impl.I2PSocketManagerFull;
|
||||
/**
|
||||
*
|
||||
|
@@ -1,5 +1,7 @@
|
||||
package net.i2p.client.streaming;
|
||||
package net.i2p.client.streaming.impl;
|
||||
|
||||
import net.i2p.client.streaming.I2PSocketManagerFactory;
|
||||
import net.i2p.client.streaming.StreamSinkServer;
|
||||
import net.i2p.client.streaming.impl.I2PSocketManagerFull;
|
||||
/**
|
||||
*
|
||||
|
@@ -1,5 +1,9 @@
|
||||
package net.i2p.client.streaming;
|
||||
package net.i2p.client.streaming.impl;
|
||||
|
||||
import net.i2p.client.streaming.I2PSocketManagerFactory;
|
||||
import net.i2p.client.streaming.StreamSinkClient;
|
||||
import net.i2p.client.streaming.StreamSinkSend;
|
||||
import net.i2p.client.streaming.StreamSinkServer;
|
||||
import net.i2p.client.streaming.impl.I2PSocketManagerFull;
|
||||
/**
|
||||
* Usage: StreamSinkTest [(old|new) [#hops [#kb]]]
|
||||
|
Reference in New Issue
Block a user