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 4393f6a CryptorRuleHandler implements RuleHandle (#2362)
4393f6a is described below
commit 4393f6a5694fe8182d73fcaca63842476a8fafb3
Author: Kunshuai Zhu <[email protected]>
AuthorDate: Mon Nov 15 14:42:54 2021 +0800
CryptorRuleHandler implements RuleHandle (#2362)
---
.../org/apache/shenyu/plugin/cryptor/handler/CryptorRuleHandler.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/shenyu-plugin/shenyu-plugin-cryptor/src/main/java/org/apache/shenyu/plugin/cryptor/handler/CryptorRuleHandler.java
b/shenyu-plugin/shenyu-plugin-cryptor/src/main/java/org/apache/shenyu/plugin/cryptor/handler/CryptorRuleHandler.java
index c64feb9..affe242 100644
---
a/shenyu-plugin/shenyu-plugin-cryptor/src/main/java/org/apache/shenyu/plugin/cryptor/handler/CryptorRuleHandler.java
+++
b/shenyu-plugin/shenyu-plugin-cryptor/src/main/java/org/apache/shenyu/plugin/cryptor/handler/CryptorRuleHandler.java
@@ -17,10 +17,12 @@
package org.apache.shenyu.plugin.cryptor.handler;
+import org.apache.shenyu.common.dto.convert.rule.RuleHandle;
+
/**
* Cryptor response rule handle.
*/
-public class CryptorRuleHandler {
+public class CryptorRuleHandler implements RuleHandle {
private String strategyName;