Skip to content

Commit 721fec0

Browse files
committed
fix: formatting
1 parent a8549dd commit 721fec0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/internal/ControllerResourceEventSource.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ public Stream<T> getCachedCustomResources(Predicate<T> predicate) {
198198

199199
/**
200200
* Use only if the operator is watching specific namespace(s).
201+
*
201202
* @param namespace - namespace to filter on
202203
* @return stream of cached resources from the specified namespace
203204
*/
@@ -207,6 +208,7 @@ public Stream<T> getCachedCustomResources(String namespace) {
207208

208209
/**
209210
* Use only if the operator is watching specific namespace(s).
211+
*
210212
* @param namespace - namespace to filter on
211213
* @return stream of cached resources from the specified namespace
212214
*/

0 commit comments

Comments
 (0)