bdi4jade

Minor correction

8/10/2014 5:30:44 PM

Details

diff --git a/bdi-jade/src/bdi4jade/exception/PlanInstantiationException.java b/bdi-jade/src/bdi4jade/exception/PlanInstantiationException.java
index 4aac293..ec33926 100644
--- a/bdi-jade/src/bdi4jade/exception/PlanInstantiationException.java
+++ b/bdi-jade/src/bdi4jade/exception/PlanInstantiationException.java
@@ -22,9 +22,11 @@
 
 package bdi4jade.exception;
 
+import bdi4jade.plan.PlanBody;
+
 /**
  * This method represents an exception that occurred during the instantiation
- * process of a {@link PlanBodyInterface}.
+ * process of a {@link PlanBody}.
  * 
  * @author Ingrid Nunes
  */