diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/LineLocation.java @ 16130:6f7d3f3703d3

Truffle/Source: - LineLocation and LineBreakpoint no longer implement Comparable - TextMap now internal to the Source factory
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Mon, 16 Jun 2014 20:52:06 -0700
parents 74e142bd2b12
children c88ab4f1f04a
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/LineLocation.java	Mon Jun 16 23:07:45 2014 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/LineLocation.java	Mon Jun 16 20:52:06 2014 -0700
@@ -29,7 +29,7 @@
  * instance of {@link Source}, suitable for hash table keys with equality defined in terms of
  * content.
  */
-public interface LineLocation extends Comparable<Object> {
+public interface LineLocation {
 
     public Source getSource();