Author: bdaw
Date: 2008-06-23 10:57:25 -0400 (Mon, 23 Jun 2008)
New Revision: 11114
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/controller/portlet/EventCoordinationManager.java
Log:
small typos
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/controller/portlet/EventCoordinationManager.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/controller/portlet/EventCoordinationManager.java 2008-06-23
14:45:48 UTC (rev 11113)
+++
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/controller/portlet/EventCoordinationManager.java 2008-06-23
14:57:25 UTC (rev 11114)
@@ -40,7 +40,7 @@
public interface EventCoordinationManager
{
- public enum ImplicitStrategy
+ enum ImplicitStrategy
{
// Explicit wiring takes precedence
FALLBACK,
@@ -62,11 +62,8 @@
}
- public
-
+ // Event Discovery
- // Event Discovery
-
/**
* @param event
* @return all windows that given event should be delivered to with current wirings
and configuration
Show replies by date