X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..b9625f82f86db0674e911887addce45dca31b57f:/src/bindings/java/jxbt_utilities.hpp diff --git a/src/bindings/java/jxbt_utilities.hpp b/src/bindings/java/jxbt_utilities.hpp index 48b1e70952..3a157341da 100644 --- a/src/bindings/java/jxbt_utilities.hpp +++ b/src/bindings/java/jxbt_utilities.hpp @@ -1,6 +1,6 @@ /* Various JNI helper functions */ -/* Copyright (c) 2007-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2020. 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. */ @@ -63,7 +63,7 @@ void jxbt_throw_illegal(JNIEnv* env, const std::string& msg); void jxbt_throw_host_not_found(JNIEnv* env, const std::string& invalid_name); /** Thrown when looking for a host from name does not lead to anything */ void jxbt_throw_process_not_found(JNIEnv* env, const std::string& invalid_name); -/** Thrown when a transfer failure accure while Sending task */ +/** Thrown when a transfer failure occurs while Sending task */ void jxbt_throw_transfer_failure(JNIEnv* env, const std::string& detail); /** Thrown when a host failure occurs while Sending a task*/ void jxbt_throw_host_failure(JNIEnv* env, const std::string& details);