We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31054b commit 7941164Copy full SHA for 7941164
cache/src/main/java/io/envoyproxy/controlplane/cache/VersionedResource.java
@@ -3,7 +3,6 @@
3
import com.google.auto.value.AutoValue;
4
import com.google.common.hash.Hashing;
5
import com.google.protobuf.Message;
6
-import java.nio.charset.StandardCharsets;
7
8
@AutoValue
9
public abstract class VersionedResource<T extends Message> {
0 commit comments