Skip to content

Commit

Permalink
Merge branch 'fix_multiple_data_source' of https://github.com/ThePrez…
Browse files Browse the repository at this point in the history
…/Manzan into fix_multiple_data_source
  • Loading branch information
jonnyz32 committed Dec 18, 2024
2 parents 96f2eb0 + 182dbe6 commit f045d09
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 f045d09

Please sign in to comment.