Skip to content

Commit

Permalink
fix code smell java:S2039
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Aug 23, 2023
1 parent b303f47 commit d0b03ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class JsonRpcServlet extends RateLimiterServlet {
private JsonRpcServer rpcServer = null;

@Autowired
TronJsonRpc tronJsonRpc;
private TronJsonRpc tronJsonRpc;

@Autowired
private JsonRpcInterceptor interceptor;
Expand Down

0 comments on commit d0b03ab

Please sign in to comment.