Skip to content

Commit d7e8a90

Browse files
committed
fix: wrong reference
1 parent 84863f3 commit d7e8a90

File tree

1 file changed

+2
-2
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/dependent

1 file changed

+2
-2
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/dependent/DependentResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ public interface DependentResource<R, P extends HasMetadata> {
2121
ReconcileResult<R> reconcile(P primary, Context<P> context);
2222

2323
/**
24-
* Retrieves the resource type associated with this ResourceOwner
24+
* Retrieves the resource type associated with this DependentResource
2525
*
26-
* @return the resource type associated with this ResourceOwner
26+
* @return the resource type associated with this DependentResource
2727
*/
2828
Class<R> resourceType();
2929

0 commit comments

Comments
 (0)