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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 4da46bb72 [type: fix] fix bug of TarsPluginDataHandler, this logic 
isn't used. (#3352)
4da46bb72 is described below

commit 4da46bb7245db30afc054f8fe5f8d0a1d386a4ed
Author: Codd <[email protected]>
AuthorDate: Thu Apr 28 22:15:01 2022 +0800

    [type: fix] fix bug of TarsPluginDataHandler, this logic isn't used. (#3352)
    
    * [type: fix] fix bug of TarsPluginDataHandler, this logic isn't used.
    
    * [type: fixbug] remove unused class
---
 .../apache/shenyu/plugin/tars/handler/TarsPluginDataHandler.java    | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/shenyu-plugin/shenyu-plugin-tars/src/main/java/org/apache/shenyu/plugin/tars/handler/TarsPluginDataHandler.java
 
b/shenyu-plugin/shenyu-plugin-tars/src/main/java/org/apache/shenyu/plugin/tars/handler/TarsPluginDataHandler.java
index ce8ed1489..22678049b 100644
--- 
a/shenyu-plugin/shenyu-plugin-tars/src/main/java/org/apache/shenyu/plugin/tars/handler/TarsPluginDataHandler.java
+++ 
b/shenyu-plugin/shenyu-plugin-tars/src/main/java/org/apache/shenyu/plugin/tars/handler/TarsPluginDataHandler.java
@@ -17,7 +17,6 @@
 
 package org.apache.shenyu.plugin.tars.handler;
 
-import org.apache.shenyu.common.dto.PluginData;
 import org.apache.shenyu.common.dto.SelectorData;
 import org.apache.shenyu.common.enums.PluginEnum;
 import org.apache.shenyu.plugin.base.handler.PluginDataHandler;
@@ -30,11 +29,6 @@ import java.util.Objects;
  */
 public class TarsPluginDataHandler implements PluginDataHandler {
     
-    @Override
-    public void handlerPlugin(final PluginData pluginData) {
-        pluginData.setName(pluginData.getName() + " tested");
-    }
-    
     @Override
     public String pluginNamed() {
         return PluginEnum.TARS.getName();

Reply via email to