commit | 4c3d0499ef68b17541a984459c01bed254f1faa6 | [log] [tgz] |
---|---|---|
author | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 03 21:19:51 2009 +0000 |
committer | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 03 21:19:51 2009 +0000 |
tree | 3084a6fe49c6cddf2b969e4b56c6a2463dc8bf6b | |
parent | 7e8b05344872c330370761662bd2e01a42b35dcf [diff] |
Removes an out-of-date comment. Patch by: amitmanjhi git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@4913 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java b/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java index cafdacc..9f0c28e 100644 --- a/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java +++ b/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java
@@ -42,10 +42,6 @@ /** * The normal implementation of {@link ResourceOracle}. - * - * TODO: this incorporates a quick-and-dirty fix for issue 3078 -- a proper fix - * that considers module inheritance order before classpath order should be - * implemented. */ public class ResourceOracleImpl implements ResourceOracle {