forked from I2P_Developers/i2p.i2p
Build: Fix javadoc errors with Oracle JDK
Tested with 12.0.2
This commit is contained in:
@ -7,12 +7,12 @@ the that interface instead of being started with main().
|
||||
</p>
|
||||
<p>
|
||||
The benefits for clients using this interface:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Get the current context via the constructor
|
||||
<li>Complete life cycle management by the router
|
||||
<li>Avoid the need for static references
|
||||
<li>Ability to find other clients without using static references
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -51,7 +51,7 @@ and currently set to 0. Peers using a different protocol version will
|
||||
not be able to communicate with this peer, though earlier versions not
|
||||
using this flag are.</p>
|
||||
|
||||
<h2><a name="payload">Payload</a></h2>
|
||||
<h2 id="payload">Payload</h2>
|
||||
|
||||
<p>Within the AES encrypted payload, there is a minimal common structure
|
||||
to the various messages - a one byte flag and a four byte sending
|
||||
|
@ -35,7 +35,7 @@ public class SSDPNotifySocketList extends Vector<SSDPNotifySocket>
|
||||
|
||||
/**
|
||||
*
|
||||
* @param binds The host to bind the service <tt>null</tt> means to bind to default.
|
||||
* @param binds The host to bind the service <code>null</code> means to bind to default.
|
||||
* @since 1.8
|
||||
*/
|
||||
public SSDPNotifySocketList(InetAddress[] binds){
|
||||
|
@ -36,7 +36,7 @@ public class SSDPSearchResponseSocketList extends Vector<SSDPSearchResponseSocke
|
||||
}
|
||||
/**
|
||||
*
|
||||
* @param binds The host to bind.Use <tt>null</tt> for the default behavior
|
||||
* @param binds The host to bind.Use <code>null</code> for the default behavior
|
||||
*/
|
||||
public SSDPSearchResponseSocketList(InetAddress[] binds) {
|
||||
this.binds = binds;
|
||||
|
@ -178,7 +178,7 @@ public class DeviceData extends NodeData
|
||||
|
||||
/**
|
||||
*
|
||||
* @param inets The <tt>InetAddress</tt> that will be binded for listing this service.
|
||||
* @param inets The <code>InetAddress</code> that will be binded for listing this service.
|
||||
* Use <code>null</code> for the default behaviur.
|
||||
* @see org.cybergarage.upnp.ssdp
|
||||
* @see org.cybergarage.upnp
|
||||
@ -191,7 +191,7 @@ public class DeviceData extends NodeData
|
||||
|
||||
/**
|
||||
*
|
||||
* @return inets The <tt>InetAddress</tt> that will be binded for this service
|
||||
* @return inets The <code>InetAddress</code> that will be binded for this service
|
||||
* <code>null</code> means that defulat behaviur will be used
|
||||
* @since 1.8
|
||||
*/
|
||||
|
Reference in New Issue
Block a user