Fix wrong argument name in javadoc (#2637)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
pull/2638/head
Jacob Laursen 2021-12-21 22:12:27 +01:00 committed by GitHub
parent 89fff918ad
commit e72de44351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/