16 lines
174 B
Java
16 lines
174 B
Java
|
|
package net.i2p.aum;
|
|
|
|
|
|
/**
|
|
* Class which wraps an I2PSocket object with convenient methods.
|
|
* Nothing presently implemented here.
|
|
*/
|
|
|
|
public class I2PSocketHelper
|
|
{
|
|
|
|
}
|
|
|
|
|