diff graal/com.oracle.jvmci.common/src/com/oracle/jvmci/common/JVMCIError.java @ 21565:f5b549811bac

fixed eclipseformat issues
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 00:35:10 +0200
parents 93c50cefb9e8
children
line wrap: on
line diff
--- a/graal/com.oracle.jvmci.common/src/com/oracle/jvmci/common/JVMCIError.java	Fri May 29 00:19:05 2015 +0200
+++ b/graal/com.oracle.jvmci.common/src/com/oracle/jvmci/common/JVMCIError.java	Fri May 29 00:35:10 2015 +0200
@@ -53,8 +53,8 @@
     }
 
     /**
-     * Checks a given condition and throws a {@link JVMCIError} if it is false. Guarantees
-     * are stronger than assertions in that they are always checked. Error messages for guarantee
+     * Checks a given condition and throws a {@link JVMCIError} if it is false. Guarantees are
+     * stronger than assertions in that they are always checked. Error messages for guarantee
      * violations should clearly indicate the nature of the problem as well as a suggested solution
      * if possible.
      *