Skip to content

Commit

Permalink
Add default impl
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 18, 2024
1 parent aa48614 commit d390bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ default Collection<TransportAdapterProvider<Transport>> getTransportAdapterProvi
* @return a boolean indicating if dual mode is enabled
*/
default boolean isDualModeEnabled(Settings settings) {

return NetworkModule.TRANSPORT_SSL_DUAL_MODE_ENABLED.get(settings);
}

/**
Expand Down

0 comments on commit d390bd9

Please sign in to comment.