diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/SlowPathException.java @ 7530:5e3d1a68664e

applied mx eclipseformat to all Java files
author Doug Simon <doug.simon@oracle.com>
date Wed, 23 Jan 2013 16:34:57 +0100
parents a4b84ba6dc2e
children 07f8d136a05e
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/SlowPathException.java	Wed Jan 23 16:34:38 2013 +0100
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/SlowPathException.java	Wed Jan 23 16:34:57 2013 +0100
@@ -23,8 +23,8 @@
 package com.oracle.truffle.api.nodes;
 
 /**
- * An exception thrown to enter a slow path. The Truffle optimizer has special knowledge of this exception class and
- * will never compile a catch block that catches this exception type.
+ * An exception thrown to enter a slow path. The Truffle optimizer has special knowledge of this
+ * exception class and will never compile a catch block that catches this exception type.
  */
 public class SlowPathException extends Exception {