view src/share/tools/IdealGraphVisualizer/Editor/src/com/oracle/graal/visualizer/editor/actions/TestObject.java @ 4496:de4e6eb7265b

Clean, improve and rename coordinator component.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 04 Feb 2012 21:12:50 +0100
parents
children
line wrap: on
line source

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.oracle.graal.visualizer.editor.actions;

/**
 *
 * @author tw
 */
public interface TestObject {
    
}