Fix wrong argument name in javadoc (#2637)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>pull/2638/head
parent
89fff918ad
commit
e72de44351
|
@ -50,7 +50,7 @@ public interface MDNSDiscoveryParticipant {
|
|||
/**
|
||||
* Creates a discovery result for a mDNS service
|
||||
*
|
||||
* @param device the mDNS service found on the network
|
||||
* @param service the mDNS service found on the network
|
||||
* @return the according discovery result or <code>null</code>, if device is not
|
||||
* supported by this participant
|
||||
*/
|
||||
|
@ -60,7 +60,7 @@ public interface MDNSDiscoveryParticipant {
|
|||
/**
|
||||
* Returns the thing UID for a mDNS service
|
||||
*
|
||||
* @param device the mDNS service on the network
|
||||
* @param service the mDNS service on the network
|
||||
* @return a thing UID or <code>null</code>, if device is not supported
|
||||
* by this participant
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue