mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Fix a typo in ItemsValidator (#3379)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
fafadd4b83
commit
24d3055b80
@ -35,7 +35,7 @@ class ItemsValidator extends AbstractItemsValidator {
|
||||
}
|
||||
|
||||
@Check
|
||||
def checkDiemension(ModelItem item) {
|
||||
def checkDimension(ModelItem item) {
|
||||
if (item === null || item.type === null) {
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user