comparison graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/parser/Scanner.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 b6743d7eb8d4
children 698cd036a1ca
comparison
equal deleted inserted replaced
7529:4a11124a3563 7530:5e3d1a68664e
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 // The content of this file is automatically generated. DO NOT EDIT. 24 // The content of this file is automatically generated. DO NOT EDIT.
25 25
26 package com.oracle.truffle.sl.parser; 26 package com.oracle.truffle.sl.parser;
27 27
28 import java.io.InputStream; 28 import java.io.InputStream;
29 import java.io.IOException; 29 import java.io.IOException;