forked from I2P_Developers/i2p.i2p
Fixups after props from:
i2p.i2p.zzz.pcap i2p.i2p.zzz.test i2p.i2p.zzz.test2 i2p.i2p.zzz.update Javadoc fixes Checklist tweak -1
This commit is contained in:
@@ -25,7 +25,6 @@ public interface ClientAppManager {
|
||||
* Only required for apps used by other apps.
|
||||
*
|
||||
* @param app non-null
|
||||
* @param name non-null
|
||||
* @return true if successful, false if duplicate name
|
||||
*/
|
||||
public boolean register(ClientApp app);
|
||||
@@ -35,7 +34,6 @@ public interface ClientAppManager {
|
||||
* Only required for apps used by other apps.
|
||||
*
|
||||
* @param app non-null
|
||||
* @param name non-null
|
||||
*/
|
||||
public void unregister(ClientApp app);
|
||||
|
||||
@@ -43,7 +41,6 @@ public interface ClientAppManager {
|
||||
* Get a registered app.
|
||||
* Only used for apps finding other apps.
|
||||
*
|
||||
* @param app non-null
|
||||
* @param name non-null
|
||||
* @return client app or null
|
||||
*/
|
||||
|
||||
@@ -73,9 +73,8 @@ public abstract class Addresses {
|
||||
/**
|
||||
* @return a sorted set of all addresses
|
||||
* @param includeSiteLocal whether to include private like 192.168.x.x
|
||||
* @param includeLoopAndWildcard whether to include 127.x.x.x and 0.0.0.0
|
||||
* @param includeLoopbackAndWildcard whether to include 127.x.x.x and 0.0.0.0
|
||||
* @param includeIPv6 whether to include IPV6
|
||||
* @param includeWildCard whether to include 0.0.0.0 and/or 0:0:0:0:0:0 (includeLocal must be true)
|
||||
* @return an array of all addresses
|
||||
* @since 0.9.4
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user