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