Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / src / bindings / java / org / simgrid / msg / TimeoutException.java
index d4a3ed0..3f0b92a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2016. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-2019. 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. */
@@ -9,7 +9,7 @@ package org.simgrid.msg;
 public class TimeoutException extends MsgException {
        private static final long serialVersionUID = 1L;
 
-       /** Constructs an <code>TimeoutFailureException</code> without a detail message. */ 
+       /** Constructs an <code>TimeoutFailureException</code> without a detail message. */
        public TimeoutException() {
                super();
        }