the method org.cybergarage.upnp.Device.isRootDevice() return always true. The fixed version is:
public boolean isRootDevice(){ return getRootNode().getNode("device").getNodeValue(UDN).equals(getUDN()); }
Log in to post a comment.
the method org.cybergarage.upnp.Device.isRootDevice() return always true. The fixed version is:
public boolean isRootDevice(){
return
getRootNode().getNode("device").getNodeValue(UDN).equals(getUDN());
}