X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37c1e4bba9bb89cd2842f08cde998eb7f941d04..4f00554aaf43f018a492704346d7fcc50a70f68f:/src/bindings/java/org/simgrid/msg/NativeException.java diff --git a/src/bindings/java/org/simgrid/msg/NativeException.java b/src/bindings/java/org/simgrid/msg/NativeException.java index bdbdc5a864..73b25233d9 100644 --- a/src/bindings/java/org/simgrid/msg/NativeException.java +++ b/src/bindings/java/org/simgrid/msg/NativeException.java @@ -1,27 +1,18 @@ -/* - * This exception is raised when there is an error within the C world of SimGrid. - * - * Copyright 2006-2012 The SimGrid team - * All right 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. - */ +/* This exception is raised when there is an error within the C world of SimGrid. */ + +/* Copyright (c) 2006-2014. 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 there is an error within the C world of SimGrid. - * Refer to the string message for more info on what went wrong. - */ +/** This exception is raised when there is an error within the C world of SimGrid. */ public class NativeException extends MsgException { private static final long serialVersionUID = 1L; - /** - * Constructs an NativeException with a detail message. - * - * @param s the detail message. - */ + /** Constructs an NativeException with a detail message. */ public NativeException(String s) { super(s); }