X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95f8d2439ede822d33a1d491f53f4e80fc662941..ae7cee496fdf34189771ad7b8b17c9d127fc1bf8:/examples/pingPong/PingPongTask.java diff --git a/examples/pingPong/PingPongTask.java b/examples/pingPong/PingPongTask.java index 79fa7d2cd7..eb6de9a74a 100644 --- a/examples/pingPong/PingPongTask.java +++ b/examples/pingPong/PingPongTask.java @@ -5,7 +5,9 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ -import simgrid.msg.*; +package pingPong; +import org.simgrid.msg.NativeException; +import org.simgrid.msg.Task; public class PingPongTask extends Task {