Skip to content

Commit

Permalink
Update CommonInstanceManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed Dec 6, 2024
1 parent 01327a5 commit 6abaa63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


public class CommonInstanceManager<T extends CommonInstance, R extends CommonRegistrationMessage> {
public Map<String, T> managedInstances = new HashMap<>();
protected Map<String, T> managedInstances = new HashMap<>();

private int TARGET_PORT = 5374;
protected final Logger log = LoggerFactory.getLogger(this.getClass());
Expand Down

0 comments on commit 6abaa63

Please sign in to comment.