You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by rp...@apache.org on 2015/04/08 14:33:09 UTC

marmotta git commit: [MARMOTTA-607] revert Interceptor

Repository: marmotta
Updated Branches:
  refs/heads/develop e5eb3a1c1 -> 82caca550


[MARMOTTA-607] revert Interceptor


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/82caca55
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/82caca55
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/82caca55

Branch: refs/heads/develop
Commit: 82caca5509a833d63fb16f9075fb8e2ef5180d47
Parents: e5eb3a1
Author: Raffaele Palmieri <rp...@apache.org>
Authored: Wed Apr 8 14:31:22 2015 +0200
Committer: Raffaele Palmieri <rp...@apache.org>
Committed: Wed Apr 8 14:31:22 2015 +0200

----------------------------------------------------------------------
 .../platform/core/services/jaxrs/InterceptorServiceImpl.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/82caca55/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/jaxrs/InterceptorServiceImpl.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/jaxrs/InterceptorServiceImpl.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/jaxrs/InterceptorServiceImpl.java
index d05b5d0..a9f71bf 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/jaxrs/InterceptorServiceImpl.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/jaxrs/InterceptorServiceImpl.java
@@ -65,9 +65,9 @@ public class InterceptorServiceImpl implements InterceptorService {
         }
     }
 
-    /*// trigger startup once configuration service is finished with initialisation
+    // trigger startup once configuration service is finished with initialisation
     protected void initEvent(@Observes SystemStartupEvent e) {
 
-    }*/
+    }
 
 }