Skip to content
Snippets Groups Projects
Commit fa6167a5 authored by dev-manuel's avatar dev-manuel
Browse files

Fixed build error

parent c12348f8
No related branches found
No related tags found
2 merge requests!19dev to master,!8Partly resolves "Implement state copy in AST"
Pipeline #8752 failed
......@@ -241,7 +241,6 @@ public class Application {
return SimpleItem.of(item.getID(),
item.getLabel(),
item.getTopic() != null ? item.getTopic().getTopicString() : null,
item.isFrozen(),
item.isSendState(),
wrapMetaData(item.getMetaDataList()));
}
......
......@@ -15,7 +15,6 @@ public class SimpleItem {
public final String ID;
public final String label;
public final String topic;
public final boolean frozen;
public final boolean sendState;
public final Map<String, String> metaData;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment