comparison graal/com.oracle.truffle.codegen.processor/src/com/oracle/truffle/codegen/processor/compiler/CompilerFactory.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 a748e4d44694
children
comparison
equal deleted inserted replaced
7529:4a11124a3563 7530:5e3d1a68664e
43 } else { 43 } else {
44 throw new UnsupportedOperationException("Unsupported compiler for element " + currentElement.getClass().getName() + "."); 44 throw new UnsupportedOperationException("Unsupported compiler for element " + currentElement.getClass().getName() + ".");
45 } 45 }
46 } 46 }
47 47
48
49
50 } 48 }