Skip to content

Commit 0648217

Browse files
committed
revert the typedStruct type
1 parent 10c8d1e commit 0648217

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xds/src/main/java/io/grpc/xds/CompositeFilter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ private static FilterDelegate createFilterDelegate(
207207
typeUrl = typedStruct.getTypeUrl();
208208
rawConfig = typedStruct.getValue();
209209
} else if (typeUrl.equals("type.googleapis.com/xds.type.v3.TypedStruct")) {
210-
TypedStruct typedStruct = childFilterConfig
210+
com.github.xds.type.v3.TypedStruct typedStruct = childFilterConfig
211211
.getTypedConfig()
212-
.unpack(TypedStruct.class);
212+
.unpack(com.github.xds.type.v3.TypedStruct.class);
213213
typeUrl = typedStruct.getTypeUrl();
214214
rawConfig = typedStruct.getValue();
215215
}

0 commit comments

Comments
 (0)