Skip to content
Snippets Groups Projects
Commit 8348de18 authored by Philipp Spohr's avatar Philipp Spohr
Browse files

wrong auto-completion

parent b50d2bb2
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ public class YoshikoCluster {
public void delete() {
if (subnet != null) {
if (CyCore.networkManager.networkExists(subnet.hashCode())) {
if (CyCore.networkManager.networkExists(subnet.getSUID())) {
CyCore.networkManager.destroyNetwork(subnet);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment