~gephi.team/gephi/0.6

« back to all changes in this revision

Viewing changes to src/gephi/data/DynamicSpaceBuffer.java

  • Committer: Mathieu
  • Date: 2009-02-27 11:02:46 UTC
  • Revision ID: mathieu@mathieu-laptop-20090227110246-ktpc9sf6d9pjmmh4
Cleaning and adding licence.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
You should have received a copy of the GNU General Public License
19
19
along with Gephi.  If not, see <http://www.gnu.org/licenses/>.
20
20
 */
21
 
 package gephi.data;
 
21
package gephi.data;
22
22
 
23
23
import gephi.Application;
24
24
import gephi.controller.desktop.DesktopSpaceController.PermitCount;
32
32
 
33
33
import java.util.ArrayList;
34
34
import java.util.List;
35
 
import java.util.concurrent.Semaphore;
36
35
 
37
36
public class DynamicSpaceBuffer {
38
37