|
From: <jom...@us...> - 2016-04-19 06:07:29
|
Revision: 1907
http://sourceforge.net/p/jason/svn/1907
Author: jomifred
Date: 2016-04-19 06:07:27 +0000 (Tue, 19 Apr 2016)
Log Message:
-----------
fix typo as suggested by igo...@gm...
Modified Paths:
--------------
trunk/src/jason/infra/centralised/CentralisedAgArch.java
Modified: trunk/src/jason/infra/centralised/CentralisedAgArch.java
===================================================================
--- trunk/src/jason/infra/centralised/CentralisedAgArch.java 2016-04-18 14:56:15 UTC (rev 1906)
+++ trunk/src/jason/infra/centralised/CentralisedAgArch.java 2016-04-19 06:07:27 UTC (rev 1907)
@@ -318,7 +318,7 @@
if (rec == null) {
if (isRunning())
- throw new ReceiverNotFoundException("Receiver '" + m.getReceiver() + "' does not exists! Could not send " + m);
+ throw new ReceiverNotFoundException("Receiver '" + m.getReceiver() + "' does not exist! Could not send " + m);
else
return;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|