Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sanjula Ganepola <[email protected]>
  • Loading branch information
jonnyz32 and SanjulaGanepola authored Dec 18, 2024
1 parent 62cb651 commit 182dbe6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@

public class WatchMsgEventSockets extends ManzanRoute {

// private final ManzanMessageFormatter m_formatter;
private final Map<String, String> m_formatMap;
final Map<String, String> m_destMap;
private final Map<String, String> m_destMap;
private final String m_socketIp = "0.0.0.0";
private final String m_socketPort = "8080";

Expand Down

0 comments on commit 182dbe6

Please sign in to comment.