X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b558f9b18c938af6a35ebea66ac2323a60178202..ee6ffc12bf5523e4d2d2193138c791d991ec0ae4:/examples/java/bittorrent/Tracker.java diff --git a/examples/java/bittorrent/Tracker.java b/examples/java/bittorrent/Tracker.java index d41bafd9a7..338b763468 100644 --- a/examples/java/bittorrent/Tracker.java +++ b/examples/java/bittorrent/Tracker.java @@ -1,21 +1,19 @@ -/* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package bittorrent; import java.util.ArrayList; -import java.util.Iterator; import org.simgrid.msg.Comm; import org.simgrid.msg.Host; -import org.simgrid.msg.Process; import org.simgrid.msg.Msg; import org.simgrid.msg.MsgException; -import org.simgrid.msg.Task; - +import org.simgrid.msg.Process; import org.simgrid.msg.RngStream; +import org.simgrid.msg.Task; /** * Tracker, handle requests from peers. */