Skip to content

Commit

Permalink
Include java.lang.Lang from java.util.Util.
Browse files Browse the repository at this point in the history
This is necessary now that our java.util contains classes that use java.lang.InterruptedException.

In short:

Before:
<module>
 <super-source path="super"/>
</module>

After:
<module>
 <super-source path="super"/>
 <inherits name="java.lang.Lang"/>
</module>

Fixes #2638

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138904012
  • Loading branch information
cpovirk committed Nov 11, 2016
1 parent 9d028d0 commit 6b1046f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion guava-gwt/src-super/java/util/Util.gwt.xml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
<module><super-source path="super"/></module>

<module>
<super-source path="super"/>
<inherits name="java.lang.Lang"/>
</module>

0 comments on commit 6b1046f

Please sign in to comment.