Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox committed Aug 16, 2024
1 parent 0261785 commit e1d0cf5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ public final class XdsResourceManager {
JSON_MESSAGE_MARSHALLER = builder.build();
}

private static void envoyExtension(
MessageMarshaller.Builder builder) {
private static void envoyExtension(MessageMarshaller.Builder builder) {
final Reflections reflections = new Reflections(
"io.envoyproxy.envoy.extensions", HttpConnectionManager.class.getClassLoader(),
new SubTypesScanner(true));
Expand Down

0 comments on commit e1d0cf5

Please sign in to comment.