diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/tools/LineToProbesMap.java @ 19187:c5b20395a8bf

Truffle/Instrumentation: eclipseformat
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Sun, 08 Feb 2015 20:14:30 -0800
parents 3d2296dbace9
children ac35617db239
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/tools/LineToProbesMap.java	Sun Feb 08 20:05:40 2015 -0800
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/tools/LineToProbesMap.java	Sun Feb 08 20:14:30 2015 -0800
@@ -32,8 +32,8 @@
 import com.oracle.truffle.api.source.*;
 
 /**
- * A {@link InstrumentationTool} that builds a map of every {@Probe} attached to some AST, indexed
- * by {@link Source} and line number.
+ * An {@link InstrumentationTool} that builds a map of every {@Probe} attached to some AST,
+ * indexed by {@link Source} and line number.
  */
 public final class LineToProbesMap extends InstrumentationTool {