Skip to content

Commit 2bfc29d

Browse files
committed
format
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 2293e63 commit 2bfc29d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/SecondaryToPrimaryMapper.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ public interface SecondaryToPrimaryMapper<R> {
3030
/**
3131
* Maps a secondary resource to the set of primary resources that should be reconciled in
3232
* response. Implementing this single-argument form is sufficient for the vast majority of use
33-
* cases — prefer it unless you specifically need access to the previous version of the
34-
* secondary resource (see {@link #toPrimaryResourceIDs(Object, Object)}).
33+
* cases — prefer it unless you specifically need access to the previous version of the secondary
34+
* resource (see {@link #toPrimaryResourceIDs(Object, Object)}).
3535
*
3636
* @param resource the secondary resource for which an event was received
37-
* @return set of primary resource IDs to enqueue for reconciliation; an empty set means the
38-
* event is irrelevant and no reconciliation is triggered
37+
* @return set of primary resource IDs to enqueue for reconciliation; an empty set means the event
38+
* is irrelevant and no reconciliation is triggered
3939
*/
4040
Set<ResourceID> toPrimaryResourceIDs(R resource);
4141

0 commit comments

Comments
 (0)