mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 20:58:35 +00:00
docs: update dynamic proxy docs
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ public class TinyRestClient {
|
||||
|
||||
private Object getResponse(Method method, HttpResponse<String> httpResponse) {
|
||||
var rawData = httpResponse.body();
|
||||
Type returnType = null;
|
||||
Type returnType;
|
||||
try {
|
||||
returnType = method.getGenericReturnType();
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user