Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright headers.
[simgrid.git] / src / bindings / java / org / simgrid / msg / HostNotFoundException.java
index 79ef54c..2dc4379 100644 (file)
@@ -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 <code>HostNotFoundException</code> without a detail message. */ 
+       /** Constructs an <code>HostNotFoundException</code> without a detail message. */
        public HostNotFoundException() {
                super();
        }