mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-02-04 08:03:53 +01:00
Fix parameter description. (#2638)
Signed-off-by: Jacob Laursen <jacob@vindvejr.dk>
This commit is contained in:
parent
9963d02048
commit
68ff739a50
@ -44,7 +44,7 @@ public class ChannelGroupUID extends UID {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param thingUID the unique identifier of the thing the channel belongs to
|
* @param thingUID the unique identifier of the thing the channel group belongs to
|
||||||
* @param id the channel group's id
|
* @param id the channel group's id
|
||||||
*/
|
*/
|
||||||
public ChannelGroupUID(ThingUID thingUID, String id) {
|
public ChannelGroupUID(ThingUID thingUID, String id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user