Skip to content

Commit f363a31

Browse files
committed
javadocs update
1 parent 94a0146 commit f363a31

File tree

1 file changed

+0
-6
lines changed
  • operator-framework/src/main/java/com/github/containersolutions/operator/processing

1 file changed

+0
-6
lines changed

operator-framework/src/main/java/com/github/containersolutions/operator/processing/EventScheduler.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
* <li>Threading approach thus thread pool size and/or implementation should be configurable</li>
3333
* </ul>
3434
* <p>
35-
* Notes:
36-
* <ul>
37-
* <li> In implementation we have to lock since the fabric8 client event handling is multi-threaded, we can receive multiple events
38-
* for same resource. Also we do callback from other threads.
39-
* </li>
40-
* </ul>
4135
*/
4236

4337
public class EventScheduler implements Watcher<CustomResource> {

0 commit comments

Comments
 (0)