You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/14 07:53:23 UTC

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #400: [FLINK-29401] Refactor observer structure

gyfora commented on code in PR #400:
URL: https://github.com/apache/flink-kubernetes-operator/pull/400#discussion_r995459259


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/ObserverContext.java:
##########
@@ -15,9 +15,12 @@
  * limitations under the License.
  */
 
-package org.apache.flink.kubernetes.operator.observer.context;
+package org.apache.flink.kubernetes.operator.observer;
 
-/** An empty observer context. */
-public class VoidObserverContext {

Review Comment:
   It's not that weird to have some context implementations empty in cases where no extra contextual information is necessary. But in any case this is removed now :) 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org