aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/src/com/google/common/primitives
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2021-04-14 14:07:49 -0700
committerGoogle Java Core Libraries <java-core-libraries-team+copybara@google.com>2021-04-14 14:09:57 -0700
commit2eee304995ac013cc91d75c53b99dee8bd6c3d4d (patch)
treee603ff194332671ccc6f9c710cd7ec53876fc94d /guava-gwt/src/com/google/common/primitives
parent6854bafae2825a65bfd4683b5fe1eba91a954643 (diff)
downloadguava-2eee304995ac013cc91d75c53b99dee8bd6c3d4d.tar.gz
Sort and uniquify .gwt.xml <inherits> lines.
RELNOTES=n/a PiperOrigin-RevId: 368504781
Diffstat (limited to 'guava-gwt/src/com/google/common/primitives')
-rw-r--r--guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml b/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml
index 43bae8c29..573370698 100644
--- a/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml
+++ b/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml
@@ -20,14 +20,9 @@
(I hope that this workaround does not cause its own problems in the future.)
-->
<super-source path="super"/>
-<inherits name="com.google.gwt.user.User" />
-<inherits name="com.google.gwt.user.User" />
<inherits name="com.google.common.annotations.Annotations" />
<inherits name="com.google.common.base.Base" />
-
-
-
-
<inherits name="com.google.gwt.core.Core" />
+<inherits name="com.google.gwt.user.User" />
</module>