X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..d535c50c617ba838b99de4bd251a6ac076774d00:/src/bindings/java/org/simgrid/msg/HostNotFoundException.java diff --git a/src/bindings/java/org/simgrid/msg/HostNotFoundException.java b/src/bindings/java/org/simgrid/msg/HostNotFoundException.java index 79ef54c6f7..2dc43799e9 100644 --- a/src/bindings/java/org/simgrid/msg/HostNotFoundException.java +++ b/src/bindings/java/org/simgrid/msg/HostNotFoundException.java @@ -1,5 +1,4 @@ -/* Copyright (c) 2006-2014. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2006-2018. 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 (GNU LGPL) which comes with this package. */ @@ -10,7 +9,7 @@ package org.simgrid.msg; public class HostNotFoundException extends MsgException { private static final long serialVersionUID = 1L; - /** Constructs an HostNotFoundException without a detail message. */ + /** Constructs an HostNotFoundException without a detail message. */ public HostNotFoundException() { super(); }