From 505b41d99b124908e7dc0d53d688526091d794f9 Mon Sep 17 00:00:00 2001 From: mimihom Date: Mon, 14 Jan 2019 23:12:46 +0800 Subject: [PATCH] Fix provicer --> provider (#3222) --- .../java/org/apache/dubbo/config/AbstractInterfaceConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java b/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java index c7f62f7ba84..3dbf40ceffd 100644 --- a/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java +++ b/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java @@ -84,7 +84,7 @@ public abstract class AbstractInterfaceConfig extends AbstractMethodConfig { protected String cluster; /** - * The {@link Filter} when the provicer side exposed a service or the customer side references a remote service used, + * The {@link Filter} when the provider side exposed a service or the customer side references a remote service used, * if there are more than one, you can use commas to separate them */ protected String filter;