comparison graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/parser/Parser.java @ 13763:cad8bed1a1ac

Fix Eclipse formatter issues
author Christian Wimmer <christian.wimmer@oracle.com>
date Fri, 24 Jan 2014 18:42:52 -0800
parents 7c418666c6c9
children b16ec83edc73
comparison
equal deleted inserted replaced
13762:e34d5cca7496 13763:cad8bed1a1ac
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
26 25
27 package com.oracle.truffle.sl.parser; 26 package com.oracle.truffle.sl.parser;
28 27
29 import java.util.*; 28 import java.util.*;
30 29