changeset 13616:6888c58b810b

fix formatting
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 13 Jan 2014 13:49:54 +0100
parents f4c776ad613e
children f9ee4532da8f
files graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/SnippetTemplate.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/SnippetTemplate.java	Mon Jan 13 13:45:25 2014 +0100
+++ b/graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/SnippetTemplate.java	Mon Jan 13 13:49:54 2014 +0100
@@ -702,8 +702,8 @@
     /**
      * The named parameters of this template that must be bound to values during instantiation. For
      * a parameter that is still live after specialization, the value in this map is either a
-     * {@link ParameterNode} instance or a {@link ParameterNode} array. For an eliminated parameter, the
-     * value is identical to the key.
+     * {@link ParameterNode} instance or a {@link ParameterNode} array. For an eliminated parameter,
+     * the value is identical to the key.
      */
     private final Object[] parameters;