From 64faeef6c461733554ba235b8db92f3e885cbcc8 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 17 Mar 2015 19:11:21 +0000 Subject: [PATCH] restore previous javadoc fixes after merge --- router/java/src/org/cybergarage/upnp/Device.java | 7 ------- router/java/src/org/cybergarage/upnp/xml/DeviceData.java | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/router/java/src/org/cybergarage/upnp/Device.java b/router/java/src/org/cybergarage/upnp/Device.java index a430503c5..91859f4ce 100644 --- a/router/java/src/org/cybergarage/upnp/Device.java +++ b/router/java/src/org/cybergarage/upnp/Device.java @@ -489,7 +489,6 @@ public class Device implements org.cybergarage.http.HTTPRequestListener, * * @return A Device that contain this object.
* Return null 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, *
* Note: This method should be used to create a dynamic
* Device withtout writing any XML that describe the device
- * . - * - * @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 */ diff --git a/router/java/src/org/cybergarage/upnp/xml/DeviceData.java b/router/java/src/org/cybergarage/upnp/xml/DeviceData.java index 5204da61b..f8be8238f 100644 --- a/router/java/src/org/cybergarage/upnp/xml/DeviceData.java +++ b/router/java/src/org/cybergarage/upnp/xml/DeviceData.java @@ -180,9 +180,9 @@ public class DeviceData extends NodeData * * @param inets The InetAddress that will be binded for listing this service. * Use null 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){