X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FQueue.java;fp=src%2Forg%2Fxwt%2Futil%2FQueue.java;h=91b9b29fdc0dc294338ef16711247d299bb3260b;hp=8da10d4d8945abb522b51bfe7a260804a8a1f453;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/util/Queue.java b/src/org/ibex/util/Queue.java similarity index 96% rename from src/org/xwt/util/Queue.java rename to src/org/ibex/util/Queue.java index 8da10d4..91b9b29 100644 --- a/src/org/xwt/util/Queue.java +++ b/src/org/ibex/util/Queue.java @@ -1,11 +1,11 @@ -// Copyright (C) 2003 Adam Megacz all rights reserved. +// Copyright (C) 2003 Adam Megacz all rights reserved. // // You may modify, copy, and redistribute this code under the terms of // the GNU Library Public License version 2.1, with the exception of // the portion of clause 6a after the semicolon (aka the "obnoxious // relink clause") -package org.xwt.util; +package org.ibex.util; /** A simple synchronized queue, implemented as an array */ public class Queue {