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 {