Skip to content

Commit

Permalink
Need public static access to the `BaseServerStartup.defaultChannelCon…
Browse files Browse the repository at this point in the history
…fig()` method for some unit-tests
  • Loading branch information
kerumai committed Jul 11, 2019
1 parent f582d24 commit 0a60545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public static boolean chooseBooleanChannelProperty(String portName, String prope
return value;
}

protected ChannelConfig defaultChannelConfig(String portName)
public static ChannelConfig defaultChannelConfig(String portName)
{
ChannelConfig config = new ChannelConfig();

Expand Down

0 comments on commit 0a60545

Please sign in to comment.