Commit b02f1dc4 by Nepxion

修改异常信息

parent 14077df7
......@@ -14,8 +14,6 @@ import java.util.List;
import java.util.Map;
import org.apache.commons.collections4.CollectionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.client.serviceregistry.Registration;
......@@ -31,8 +29,6 @@ import com.nepxion.discovery.plugin.framework.exception.PluginException;
import com.nepxion.discovery.plugin.framework.listener.AbstractRegisterListener;
public class IpAddressFilterRegisterListener extends AbstractRegisterListener {
private static final Logger LOG = LoggerFactory.getLogger(IpAddressFilterRegisterListener.class);
@Autowired
private RuleEntity ruleEntity;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment