diff truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java @ 21972:ff6f34159b8a

Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Tue, 23 Jun 2015 12:44:41 +0200
parents 5023b913e2ba
children b2d1c8ff592a
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java	Tue Jun 23 12:07:02 2015 +0200
+++ b/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java	Tue Jun 23 12:44:41 2015 +0200
@@ -650,7 +650,7 @@
 
     /**
      * Creates a representation of a contiguous region of text in the source. Computes the
-     * {@code charIndex} value by building a {@linkplain TextMap map} of lines in the source.
+     * {@code charIndex} value by building a {@code TextMap map} of lines in the source.
      * <p>
      * Checks the position arguments for consistency with the source.
      * <p>
@@ -676,8 +676,8 @@
 
     /**
      * Creates a representation of a contiguous region of text in the source. Computes the
-     * {@code (startLine, startColumn)} values by building a {@linkplain TextMap map} of lines in
-     * the source.
+     * {@code (startLine, startColumn)} values by building a {@code TextMap map} of lines in the
+     * source.
      * <p>
      * Checks the position arguments for consistency with the source.
      * <p>