X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c57842fe897f53b46f0be3da87f7c996674be7d6..bef9e56fd601b15454f003bb8d0b66db491ddf9f:/src/bindings/java/org/simgrid/msg/StorageNotFoundException.java diff --git a/src/bindings/java/org/simgrid/msg/StorageNotFoundException.java b/src/bindings/java/org/simgrid/msg/StorageNotFoundException.java index 5f8e6d57e4..839b7339b8 100644 --- a/src/bindings/java/org/simgrid/msg/StorageNotFoundException.java +++ b/src/bindings/java/org/simgrid/msg/StorageNotFoundException.java @@ -1,16 +1,11 @@ -/* This exception is raised when looking for a non-existing storage. */ - -/* Copyright (c) 2006-2014. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2006-2016. 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. */ package org.simgrid.msg; -/** - * This exception is raised when looking for a non-existing storage. - */ +/** Exception raised when looking for a non-existing storage. */ public class StorageNotFoundException extends MsgException { private static final long serialVersionUID = 1L; @@ -18,11 +13,7 @@ public class StorageNotFoundException extends MsgException { public StorageNotFoundException() { super(); } - /** - * Constructs an StorageNotFoundException with a detail message. - * - * @param s the detail message. - */ + /** Constructs an StorageNotFoundException with a detail message. */ public StorageNotFoundException(String s) { super(s); }