mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
minor doc update to fix javadoc build (#3926)
* minor doc update to fix javadoc build Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> Co-authored-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
parent
8cc8d8668a
commit
fe5f130ca7
@ -75,7 +75,8 @@ public class MDNSAddonFinder extends BaseAddonFinder implements ServiceListener
|
||||
/**
|
||||
* Adds the given mDNS service to the set of discovered services.
|
||||
*
|
||||
* @param device the mDNS service to be added.
|
||||
* @param service the mDNS service to be added.
|
||||
* @param isResolved indicates if mDNS has fully resolved the service information.
|
||||
*/
|
||||
public void addService(ServiceInfo service, boolean isResolved) {
|
||||
String qualifiedName = service.getQualifiedName();
|
||||
|
Loading…
Reference in New Issue
Block a user