Skip to content

Commit 5679187

Browse files
committed
javadoc fix
1 parent 7bd5735 commit 5679187

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/externalstate/ExternalStateReconciler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ private void createExternalResource(ExternalStateCustomResource resource) {
8080
var primaryID = ResourceID.fromResource(resource);
8181
// Making sure that the created resources are in the cache for the next reconciliation.
8282
// This is critical in this case, since on next reconciliation if it would not be in the cache
83-
// it
84-
// would be created again.
83+
// it would be created again.
8584
configMapEventSource.handleRecentResourceCreate(primaryID, configMap);
8685
externalResourceEventSource.handleRecentResourceCreate(primaryID, createdResource);
8786
}

0 commit comments

Comments
 (0)