From 38b2573451a7eda5b5852652659b3fdbcc5dc3ce Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 18 Oct 2011 10:58:59 +0200 Subject: [PATCH] laurent's eclipse was a bit too greedy --- org/simgrid/msg/ApplicationHandler.java | 6 +----- org/simgrid/msg/Msg.java | 6 +----- org/simgrid/msg/Sem.java | 7 +------ 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/org/simgrid/msg/ApplicationHandler.java b/org/simgrid/msg/ApplicationHandler.java index 0b6178d32d..4f0951b271 100644 --- a/org/simgrid/msg/ApplicationHandler.java +++ b/org/simgrid/msg/ApplicationHandler.java @@ -1,7 +1,7 @@ /* * 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 @@ -14,10 +14,6 @@ package org.simgrid.msg; import java.util.Hashtable; import java.util.Vector; -/** - * - * @author lbobelin - */ public final class ApplicationHandler { diff --git a/org/simgrid/msg/Msg.java b/org/simgrid/msg/Msg.java index ef973105d5..64c0713ad3 100644 --- a/org/simgrid/msg/Msg.java +++ b/org/simgrid/msg/Msg.java @@ -1,7 +1,7 @@ /* * 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 @@ -11,10 +11,6 @@ package org.simgrid.msg; -/** - * - * @author lbobelin - */ public final class Msg { /* Statically load the library which contains all native functions used in here */ static { diff --git a/org/simgrid/msg/Sem.java b/org/simgrid/msg/Sem.java index 56f23683c6..e034d1a67b 100644 --- a/org/simgrid/msg/Sem.java +++ b/org/simgrid/msg/Sem.java @@ -1,7 +1,7 @@ /* * Simple semaphore implementation, from Doug Lea (public domain) * - * 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 @@ -11,11 +11,6 @@ package org.simgrid.msg; - -/** - * - * @author lbobelin - */ public class Sem { /******************************************************************/ /* Simple semaphore implementation, from Doug Lea (public domain) */ -- 2.20.1