Skip to content

Commit 1f200f1

Browse files
committed
removed comment
1 parent 89b5b67 commit 1f200f1

File tree

1 file changed

+0
-1
lines changed
  • operator-framework/src/main/java/com/github/containersolutions/operator/processing

1 file changed

+0
-1
lines changed

operator-framework/src/main/java/com/github/containersolutions/operator/processing/EventDispatcher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public CustomResourceFacade(MixedOperation<?, ?, ?, Resource<CustomResource, ?>>
124124
this.resourceOperation = resourceOperation;
125125
}
126126

127-
// todo should we check resource version?
128127
public void updateStatus(CustomResource resource) {
129128
log.trace("Updating status for resource: {}", resource);
130129
resourceOperation.inNamespace(resource.getMetadata().getNamespace())

0 commit comments

Comments
 (0)