forked from I2P_Developers/i2p.i2p
restore previous javadoc fixes after merge
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
@@ -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){
|
||||
|
Reference in New Issue
Block a user