Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Mar 17, 2024
1 parent 002fa27 commit 7eed05a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* @author leijuan
*/
public class RSocketEncodingFacadeImpl implements RSocketEncodingFacade {
private Logger log = LoggerFactory.getLogger(RSocketEncodingFacadeImpl.class);
private Map<RSocketMimeType, ObjectEncodingHandler> handlerMap = new HashMap<>();
private static final Logger log = LoggerFactory.getLogger(RSocketEncodingFacadeImpl.class);
private final Map<RSocketMimeType, ObjectEncodingHandler> handlerMap = new HashMap<>();
/**
* composite metadata ByteBuf for message mime types
*/
Expand Down

0 comments on commit 7eed05a

Please sign in to comment.