# HG changeset patch # User Doug Simon # Date 1408744508 -7200 # Node ID 6f245b6d29364490806f40b37b91c24a78bde978 # Parent 433ece7d941d5bb110fd7147caa5a5ee5efd9349 fixed eclipseformat issue diff -r 433ece7d941d -r 6f245b6d2936 graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/match/MatchRuleRegistry.java --- 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