You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/06/19 14:48:50 UTC

git commit: CODI -> DeltaSpike

Updated Branches:
  refs/heads/master 465127cb3 -> 89bc56fb9


CODI -> DeltaSpike


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/89bc56fb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/89bc56fb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/89bc56fb

Branch: refs/heads/master
Commit: 89bc56fb93da44d9b5b405e4078d80c6bef0dbc3
Parents: 465127c
Author: Mark Struberg <st...@apache.org>
Authored: Tue Jun 19 14:48:29 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Jun 19 14:48:29 2012 +0200

----------------------------------------------------------------------
 .../deltaspike/core/spi/InterceptorStrategy.java   |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/89bc56fb/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/InterceptorStrategy.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/InterceptorStrategy.java b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/InterceptorStrategy.java
index b87498c..a772152 100644
--- a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/InterceptorStrategy.java
+++ b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/InterceptorStrategy.java
@@ -22,7 +22,8 @@ import javax.interceptor.InvocationContext;
 import java.io.Serializable;
 
 /**
- * Base interface for all interceptor strategies which allow to provide custom implementations for CODI interceptors.
+ * Base interface for all interceptor strategies which allow to provide
+ * custom implementations for DeltaSpike interceptors.
  */
 public interface InterceptorStrategy extends Serializable
 {
@@ -33,4 +34,4 @@ public interface InterceptorStrategy extends Serializable
      * @throws Exception exception which might be thrown by the intercepted method
      */
     Object execute(InvocationContext invocationContext) throws Exception;
-}
\ No newline at end of file
+}