Skip to content

Commit 0b5043d

Browse files
committed
fix: remove now fixed fix-me :)
[skip-ci]
1 parent 8720893 commit 0b5043d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/documentation/dependent-resources.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,9 @@ what's going on.
9494

9595
We also provide implementations that makes it very easy to cache
9696
(`AbstractCachingDependentResource`) or make it easy to poll for changes in external
97-
resources (`PollingDependentResource`, `PerResourcePollingDependentResource`).
98-
99-
FIX-ME: the following currently isn't true but we should put all in the same package hierarchy, see
100-
https://github.com/java-operator-sdk/java-operator-sdk/issues/1049
101-
All the provided implementations can be found in
102-
the `io/javaoperatorsdk/operator/processing/dependent` package.
97+
resources (`PollingDependentResource`, `PerResourcePollingDependentResource`). All the provided
98+
implementations can be found in the `io/javaoperatorsdk/operator/processing/dependent` package of
99+
the `operator-framework-core` module.
103100

104101
## Managed Dependent Resources
105102

0 commit comments

Comments
 (0)