mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Fix wrong argument name in javadoc (#2637)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
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
Block a user