Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Philipp Spohr
YoshikoWrapper
Commits
8348de18
Commit
8348de18
authored
Dec 11, 2017
by
Philipp Spohr
Browse files
wrong auto-completion
parent
b50d2bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/hhu/ba/yoshikoWrapper/graphModel/YoshikoCluster.java
View file @
8348de18
...
...
@@ -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
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment