X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e9105988280d1e88b5b496d6e2eed4c8d541883..eee21ec5f99218189fc98898a09150294cd0fbf4:/src/bindings/java/org/simgrid/msg/Process.java?ds=sidebyside diff --git a/src/bindings/java/org/simgrid/msg/Process.java b/src/bindings/java/org/simgrid/msg/Process.java index 650606c050..0077c044aa 100644 --- a/src/bindings/java/org/simgrid/msg/Process.java +++ b/src/bindings/java/org/simgrid/msg/Process.java @@ -1,6 +1,6 @@ /* - * Copyright 2006-2012 The SimGrid team - * All right reserved. + * Copyright (c) 2006-2013. The SimGrid Team. + * All rights reserved. * * This program is free software; you can redistribute * it and/or modify it under the terms of the license @@ -98,7 +98,7 @@ public abstract class Process implements Runnable { /** - * Default constructor (used in ApplicationHandler to initialize it) + * Default constructor */ protected Process() { this.id = nextProcessId++; @@ -195,7 +195,7 @@ public abstract class Process implements Runnable { } /** * The natively implemented method to create an MSG process. - * @param hostName A valid (binded) host where create the process. + * @param hostName A valid (bound) host where create the process. */ protected native void create(String hostName) throws HostNotFoundException; /**