restore previous javadoc fixes after merge

This commit is contained in:
zzz
2015-03-17 19:11:21 +00:00
parent c79e4aeaea
commit 64faeef6c4
2 changed files with 3 additions and 10 deletions

View File

@@ -489,7 +489,6 @@ public class Device implements org.cybergarage.http.HTTPRequestListener,
*
* @return A Device that contain this object.<br>
* Return <code>null</code> if this is a root device.
* @author Stefano "Kismet" Lenzi
*/
public Device getParentDevice() {
if (isRootDevice())
@@ -522,12 +521,6 @@ public class Device implements org.cybergarage.http.HTTPRequestListener,
* <br>
* Note: This method should be used to create a dynamic<br>
* Device withtout writing any XML that describe the device<br>
* .
*
* @param d
* Add Device d to the Device
*
* @author Stefano "Kismet" Lenzi - kismet-sl@users.sourceforge.net - 2005
*
* @param d Add Device d to the Device
*/

View File

@@ -180,9 +180,9 @@ public class DeviceData extends NodeData
*
* @param inets The <tt>InetAddress</tt> that will be binded for listing this service.
* Use <code>null</code> for the default behaviur.
* @see {@link UPnP}
* @see {@link USSDP}
* @see {@link HostInterface}
* @see org.cybergarage.upnp.ssdp
* @see org.cybergarage.upnp
* @see org.cybergarage.net.HostInterface
* @since 1.8
*/
public void setSSDPBindAddress(InetAddress[] inets){