Build: Fix javadoc errors with Oracle JDK

Tested with 12.0.2
This commit is contained in:
zzz
2019-08-19 16:33:19 +00:00
parent adba7e4c25
commit 232b7f30d5
10 changed files with 22 additions and 23 deletions

View File

@ -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>

View File

@ -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

View File

@ -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){

View File

@ -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;

View File

@ -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
*/