comparison graal/com.oracle.graal.hotspot.server/src/com/oracle/graal/hotspot/server/Remote.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 d487ae06265d
children
comparison
equal deleted inserted replaced
7529:4a11124a3563 7530:5e3d1a68664e
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 package com.oracle.graal.hotspot.server; 23 package com.oracle.graal.hotspot.server;
24 24
25
26 public interface Remote { 25 public interface Remote {
27 26
28 } 27 }