Author: sdumitriu
Date: 2008-02-13 13:44:44 +0100 (Wed, 13 Feb 2008)
New Revision: 7570

Modified:
   
xwiki-platform/core/trunk/xwiki-observation/src/main/java/org/xwiki/observation/EventListener.java
   
xwiki-platform/core/trunk/xwiki-observation/src/main/java/org/xwiki/observation/ObservationManager.java
   
xwiki-platform/core/trunk/xwiki-observation/src/main/resources/META-INF/plexus/components.xml
Log:
Minor fixes


Modified: 
xwiki-platform/core/trunk/xwiki-observation/src/main/java/org/xwiki/observation/EventListener.java
===================================================================
--- 
xwiki-platform/core/trunk/xwiki-observation/src/main/java/org/xwiki/observation/EventListener.java
  2008-02-13 12:23:21 UTC (rev 7569)
+++ 
xwiki-platform/core/trunk/xwiki-observation/src/main/java/org/xwiki/observation/EventListener.java
  2008-02-13 12:44:44 UTC (rev 7570)
@@ -34,7 +34,7 @@
      * The [EMAIL PROTECTED] org.xwiki.observation.ObservationManager} calls 
this methods when an event
      * matches the event passed when this object was registered against the 
Observation Manager.
      *
-     * @param event the event triggered. Can be used to differentiate 
differente events if your
+     * @param event the event triggered. Can be used to differentiate 
different events if your
      *              Object supports several events for example.
      * @param source the event source i.e. the object for which the event was 
triggered. For
      *               example this would be the document Object if the event is 
a document update

Modified: 
xwiki-platform/core/trunk/xwiki-observation/src/main/java/org/xwiki/observation/ObservationManager.java
===================================================================
--- 
xwiki-platform/core/trunk/xwiki-observation/src/main/java/org/xwiki/observation/ObservationManager.java
     2008-02-13 12:23:21 UTC (rev 7569)
+++ 
xwiki-platform/core/trunk/xwiki-observation/src/main/java/org/xwiki/observation/ObservationManager.java
     2008-02-13 12:44:44 UTC (rev 7570)
@@ -29,7 +29,7 @@
 public interface ObservationManager
 {
     /**
-     * The component role under which the implementations of this interface 
can be looked up. 
+     * The component role under which the implementations of this interface 
can be looked up.
      */
     String ROLE = ObservationManager.class.getName();
 

Modified: 
xwiki-platform/core/trunk/xwiki-observation/src/main/resources/META-INF/plexus/components.xml
===================================================================
--- 
xwiki-platform/core/trunk/xwiki-observation/src/main/resources/META-INF/plexus/components.xml
       2008-02-13 12:23:21 UTC (rev 7569)
+++ 
xwiki-platform/core/trunk/xwiki-observation/src/main/resources/META-INF/plexus/components.xml
       2008-02-13 12:44:44 UTC (rev 7570)
@@ -1,7 +1,7 @@
 <component-set>
   <components>
     <component>
-      <role>org.xwiki.observation.internal.DefaultObservationManager</role>
+      <role>org.xwiki.observation.ObservationManager</role>
       
<implementation>org.xwiki.observation.internal.DefaultObservationManager</implementation>
       <instantiation-strategy>singleton</instantiation-strategy>
       <lifecycle-handler>xwiki</lifecycle-handler>

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to