X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d168103630085e9f0e70e038dcdc80d8ca7817a2..19f844fdb8be388e6dac12126f5eb9023b9e4e65:/src/java/simgrid/msg/ApplicationHandler.java diff --git a/src/java/simgrid/msg/ApplicationHandler.java b/src/java/simgrid/msg/ApplicationHandler.java index 4ece14d5fb..34803da7d4 100644 --- a/src/java/simgrid/msg/ApplicationHandler.java +++ b/src/java/simgrid/msg/ApplicationHandler.java @@ -1,12 +1,13 @@ /* - * simgrid.msg.ApplicationHandler.java 1.00 07/05/01 * * Copyright 2006,2007 Martin Quinson, Malek Cherier * All right 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. + * (GNU LGPL) which comes with this package. + * + * These are the upcalls used by the FleXML parser for application files */ package simgrid.msg; @@ -30,7 +31,7 @@ import java.util.Hashtable; public final class ApplicationHandler { /* - * This class is used to create the processes descibed in the deployment file. + * This class is used to create the processes described in the deployment file. */ static class ProcessFactory { /**