changeset 16899:6f245b6d2936

fixed eclipseformat issue
author Doug Simon <doug.simon@oracle.com>
date Fri, 22 Aug 2014 23:55:08 +0200
parents 433ece7d941d
children 34b000f69af3
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/match/MatchRuleRegistry.java
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/match/MatchRuleRegistry.java	Fri Aug 22 16:03:49 2014 +0200
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/match/MatchRuleRegistry.java	Fri Aug 22 23:55:08 2014 +0200
@@ -44,7 +44,6 @@
      */
     public static interface NodeClassLookup {
         NodeClass get(Class<?> theClass);
-
     }
 
     static class DefaultNodeClassLookup implements NodeClassLookup {
@@ -54,9 +53,9 @@
     }
 
     /**
-     * Convert a list of field names into {@link com.oracle.graal.graph.Position} objects
-     * that can be used to read them during a match. The names should already have been confirmed to
-     * exist in the type.
+     * Convert a list of field names into {@link com.oracle.graal.graph.Position} objects that can
+     * be used to read them during a match. The names should already have been confirmed to exist in
+     * the type.
      *
      * @param theClass
      * @param names