File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/java/com/cryptomarket/sdk/rest Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 5656import com .cryptomarket .sdk .requests .OrderListRequest ;
5757import com .cryptomarket .sdk .requests .WithdrawRequest ;
5858
59- import kotlin .OverloadResolutionByLambdaReturnType ;
60-
6159public class CryptomarketRestClientImpl implements CryptomarketRestClient {
6260 CloseableHttpClient httpClient ;
6361 Adapter adapter = new Adapter ();
@@ -938,7 +936,7 @@ public List<Fee> getBulkEstimateWithdrawalFees(List<FeeRequest> feeRequests) thr
938936 return adapter .listFromJson (jsonResponse , Fee .class );
939937 }
940938
941- @ OverloadResolutionByLambdaReturnType
939+ @ Override
942940 public String getFeesHash () throws CryptomarketSDKException {
943941 String jsonResponse = httpClient .get ("wallet/crypto/fee/withdraw/hash" , null );
944942 return adapter .objectFromJsonValue (jsonResponse , "hash" , String .class );
You can’t perform that action at this time.
0 commit comments