Browse Source

清理无用javadoc

master
BinaryWang 8 years ago
parent
commit
9f0c22141a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      weixin-java-common/src/main/java/me/chanjar/weixin/common/util/http/RequestExecutor.java

+ 0
- 2
weixin-java-common/src/main/java/me/chanjar/weixin/common/util/http/RequestExecutor.java View File

@@ -2,7 +2,6 @@ package me.chanjar.weixin.common.util.http;

import me.chanjar.weixin.common.exception.WxErrorException;
import org.apache.http.HttpHost;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.impl.client.CloseableHttpClient;

import java.io.IOException;
@@ -21,7 +20,6 @@ public interface RequestExecutor<T, E> {
* @param uri uri
* @param data 数据
* @throws WxErrorException
* @throws ClientProtocolException
* @throws IOException
*/
T execute(CloseableHttpClient httpclient, HttpHost httpProxy, String uri, E data) throws WxErrorException, IOException;


Loading…
Cancel
Save