Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc improvement
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Feb 2010 16:36:36 +0000 (16:36 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Feb 2010 16:36:36 +0000 (16:36 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7070 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/java/simgrid/msg/ApplicationHandler.java

index 4ece14d..34803da 100644 (file)
@@ -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 {
                /**