Skip to content
Snippets Groups Projects
Commit bc9f5f55 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

small refactoring

parent b97a0ae6
Branches
No related tags found
No related merge requests found
...@@ -40,8 +40,8 @@ public class MachineAttributeProcessor extends SCProcessorModule { ...@@ -40,8 +40,8 @@ public class MachineAttributeProcessor extends SCProcessorModule {
return; return;
for (IVariable var : variables) { for (IVariable var : variables) {
ISCVariable scVar = scMachineRoot.getSCVariable(var String identifier = var.getIdentifierString();
.getIdentifierString()); ISCVariable scVar = scMachineRoot.getSCVariable(identifier);
// might have been filtered out by previous modules // might have been filtered out by previous modules
if (scVar.exists()) { if (scVar.exists()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment