mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Remove unused local variable (#2807)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
f79d85da87
commit
738149d44b
@ -142,7 +142,6 @@ public abstract class AbstractScriptModuleHandler<T extends Module> extends Base
|
||||
ScriptContext executionContext = engine.getContext();
|
||||
|
||||
for (Entry<String, ?> entry : context.entrySet()) {
|
||||
Object value = entry.getValue();
|
||||
String key = entry.getKey();
|
||||
int dotIndex = key.indexOf('.');
|
||||
if (dotIndex != -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user