From 6b1046fbe17c1e40f554df906973a57b28d72e42 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Fri, 11 Nov 2016 12:09:05 -0800 Subject: [PATCH] Include java.lang.Lang from java.util.Util. This is necessary now that our java.util contains classes that use java.lang.InterruptedException. In short: Before: After: Fixes https://github.com/google/guava/issues/2638 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138904012 --- guava-gwt/src-super/java/util/Util.gwt.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/guava-gwt/src-super/java/util/Util.gwt.xml b/guava-gwt/src-super/java/util/Util.gwt.xml index bd7134fce2b1..1968a1e606ce 100644 --- a/guava-gwt/src-super/java/util/Util.gwt.xml +++ b/guava-gwt/src-super/java/util/Util.gwt.xml @@ -1 +1,6 @@ - \ No newline at end of file + + + + + +