Bladeren bron

清理无用javadoc

master
BinaryWang 8 jaren geleden
bovenliggende
commit
9f0c22141a
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  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 Bestand weergeven

@@ -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;


Laden…
Annuleren
Opslaan