You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/EventSourceManager.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ public interface EventSourceManager extends Closeable {
11
11
*
12
12
* @param name the name of the {@link EventSource} to add
13
13
* @param eventSource the {@link EventSource} to register
14
-
* @thorw IllegalStateException if an {@link EventSource} with the same name is already
14
+
* @throws IllegalStateException if an {@link EventSource} with the same name is already
0 commit comments