bdi4jade

Goal updates and refactorings

8/10/2014 2:55:38 PM

Details

diff --git a/bdi-jade/src/bdi4jade/goal/Goal.java b/bdi-jade/src/bdi4jade/goal/Goal.java
index a3fc848..4a2078d 100644
--- a/bdi-jade/src/bdi4jade/goal/Goal.java
+++ b/bdi-jade/src/bdi4jade/goal/Goal.java
@@ -24,7 +24,7 @@ package bdi4jade.goal;
 
 import jade.content.Concept;
 import jade.content.ContentElement;
-import bdi4jade.core.annotation.GoalOwner;
+import bdi4jade.annotation.GoalOwner;
 
 /**
  * This interface defines the abstraction of an agent goal. A class that
diff --git a/bdi-jade/src/bdi4jade/goal/package-info.java b/bdi-jade/src/bdi4jade/goal/package-info.java
index a72715f..445c403 100644
--- a/bdi-jade/src/bdi4jade/goal/package-info.java
+++ b/bdi-jade/src/bdi4jade/goal/package-info.java
@@ -22,7 +22,8 @@
 
 /**
  * This package contains interfaces and classes that allows representation of
- * goals and softgoals of an agent.
+ * goals and softgoals of an agent. It also contains key goal and softgoal 
+ * implementations.
  * 
  * @author Ingrid Nunes
  *