Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
laurent's eclipse was a bit too greedy
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 18 Oct 2011 08:58:59 +0000 (10:58 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 18 Oct 2011 08:58:59 +0000 (10:58 +0200)
org/simgrid/msg/ApplicationHandler.java
org/simgrid/msg/Msg.java
org/simgrid/msg/Sem.java

index 0b6178d..4f0951b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * These are the upcalls used by the FleXML parser for application files
  *
 /*
  * These are the upcalls used by the FleXML parser for application files
  *
- * Copyright 2006,2007,2010 The SimGrid team.           
+ * Copyright 2006,2007,2010,2011 The SimGrid team.           
  * All right reserved. 
  *
  * This program is free software; you can redistribute 
  * All right reserved. 
  *
  * This program is free software; you can redistribute 
@@ -14,10 +14,6 @@ package org.simgrid.msg;
 import java.util.Hashtable;
 import java.util.Vector;
 
 import java.util.Hashtable;
 import java.util.Vector;
 
-/**
- *
- * @author lbobelin
- */
 public final class ApplicationHandler {
 
 
 public final class ApplicationHandler {
 
 
index ef97310..64c0713 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * JNI interface to C code for MSG.
  * 
 /*
  * JNI interface to C code for MSG.
  * 
- * Copyright 2006,2007,2010 The SimGrid Team.           
+ * Copyright 2006,2007,2010,2011 The SimGrid Team.           
  * All right reserved. 
  *
  * This program is free software; you can redistribute 
  * All right reserved. 
  *
  * This program is free software; you can redistribute 
 
 package org.simgrid.msg;
 
 
 package org.simgrid.msg;
 
-/**
- *
- * @author lbobelin
- */
 public final class Msg {
        /* Statically load the library which contains all native functions used in here */
        static {
 public final class Msg {
        /* Statically load the library which contains all native functions used in here */
        static {
index 56f2368..e034d1a 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * Simple semaphore implementation, from Doug Lea (public domain)\r
  *\r
 /*\r
  * Simple semaphore implementation, from Doug Lea (public domain)\r
  *\r
- * Copyright 2006,2007,2010 The SimGrid Team           \r
+ * Copyright 2006,2007,2010,2011 The SimGrid Team           \r
  * All right reserved. \r
  *\r
  * This program is free software; you can redistribute \r
  * All right reserved. \r
  *\r
  * This program is free software; you can redistribute \r
 \r
 package org.simgrid.msg;\r
 \r
 \r
 package org.simgrid.msg;\r
 \r
-\r
-/**\r
- *\r
- * @author lbobelin\r
- */\r
 public class Sem {\r
        /******************************************************************/ \r
        /* Simple semaphore implementation, from Doug Lea (public domain) */ \r
 public class Sem {\r
        /******************************************************************/ \r
        /* Simple semaphore implementation, from Doug Lea (public domain) */ \r