Skip to content
Snippets Groups Projects
Commit 2237e3bd authored by Piotr Gawron's avatar Piotr Gawron
Browse files

checkstyle issues

parent 93dab0b6
No related branches found
No related tags found
2 merge requests!1871Resolve "problem with websocket connection",!1858Resolve "for some translocations the reactant and product are the same species in CellDesigner or SBML exports"
Pipeline #100826 failed
...@@ -316,7 +316,6 @@ public class CreateHierarchyCommand extends ModelCommand { ...@@ -316,7 +316,6 @@ public class CreateHierarchyCommand extends ModelCommand {
private boolean isExcludedChildVisibility(final Element child) { private boolean isExcludedChildVisibility(final Element child) {
return child.getVisibilityLevel() != null && !child.getVisibilityLevel().isEmpty(); return child.getVisibilityLevel() != null && !child.getVisibilityLevel().isEmpty();
// return excluded.contains(child);
} }
private void settingTransparencyLevelForPathway(final PathwayCompartment pathway) { private void settingTransparencyLevelForPathway(final PathwayCompartment pathway) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment