Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
removed unrelevant change
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Dec 12, 2018
1 parent b07f4c4 commit ac671c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class RulesJvmModelInferrer extends ScriptJvmModelInferrer {
logger.warn("Duplicate field: '{}'. Ignoring '{}'.", name, type.class.name)
}
]

itemRegistry?.items?.forEach [ item |
val name = item.name
if (fieldNames.add(name)) {
Expand Down

0 comments on commit ac671c0

Please sign in to comment.