package synchronize2;

/**
 * @author  Ralf Kunze (rkunze@uos.de), Institut fuer Informatik, Universitaet Osnabrueck
 * @date 04.05.2007
 */
public class Point {
	// Paketsichtbar
	int x = 0;
	int y = 0;
}
