This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 1aea274bba7 Remove useless getter (#23085)
1aea274bba7 is described below

commit 1aea274bba71132bc800ba79711af71618bd046a
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Dec 25 00:05:05 2022 +0800

    Remove useless getter (#23085)
---
 .../shardingsphere/mode/process/EventBusContextHolderFixture.java       | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/mode/core/src/test/java/org/apache/shardingsphere/mode/process/EventBusContextHolderFixture.java
 
b/mode/core/src/test/java/org/apache/shardingsphere/mode/process/EventBusContextHolderFixture.java
index c745d1df6dc..7a914709524 100644
--- 
a/mode/core/src/test/java/org/apache/shardingsphere/mode/process/EventBusContextHolderFixture.java
+++ 
b/mode/core/src/test/java/org/apache/shardingsphere/mode/process/EventBusContextHolderFixture.java
@@ -17,11 +17,9 @@
 
 package org.apache.shardingsphere.mode.process;
 
-import lombok.Getter;
 import org.apache.shardingsphere.infra.util.eventbus.EventBusContext;
 
 public final class EventBusContextHolderFixture {
     
-    @Getter
     public static final EventBusContext EVENT_BUS_CONTEXT = new 
EventBusContext();
 }

Reply via email to