Skip to content

Commit 04a5c1a

Browse files
ChristophBodensteinChristophBodenstein
authored andcommitted
added notify for thread synchronization
1 parent c0f5f2a commit 04a5c1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TimeNETOptimizationEnvironment/src/toe/helper/nativeProcess.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ public void run() {
7474
} else {
7575
support.log("No PlotFrameController given, will not show image.", typeOfLogLevel.ERROR);
7676
}
77-
77+
synchronized (this) {
78+
notify();
79+
}
7880
}
7981

8082
/**

0 commit comments

Comments
 (0)