blob: 75830e0210b693527182e1b21e36e9c10c59ff20 [file] [log] [blame]
package org.eclipse.debug.tests.targets;
/**********************************************************************
Copyright (c) 2000, 2002 IBM Corp. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Common Public License v0.5
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/cpl-v05.html
Contributors:
IBM Corporation - Initial implementation
**********************************************************************/
public class CallLoop {
public static void main(String[] args) {
(new Looper()).loop();
}
}