diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/tools/LineToProbesMap.java @ 19643:ac35617db239

Truffle/Instrumentation: Javadoc fix
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Sat, 28 Feb 2015 09:32:36 -0800
parents c5b20395a8bf
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/tools/LineToProbesMap.java	Fri Feb 27 20:17:59 2015 +0100
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/tools/LineToProbesMap.java	Sat Feb 28 09:32:36 2015 -0800
@@ -32,7 +32,7 @@
 import com.oracle.truffle.api.source.*;
 
 /**
- * An {@link InstrumentationTool} that builds a map of every {@Probe} attached to some AST,
+ * An {@link InstrumentationTool} that builds a map of every {@link Probe} attached to some AST,
  * indexed by {@link Source} and line number.
  */
 public final class LineToProbesMap extends InstrumentationTool {