You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by ra...@apache.org on 2015/10/09 06:17:29 UTC

[24/50] [abbrv] lens git commit: LENS-744 : Fix sessionExpiryInterval constant

LENS-744 : Fix sessionExpiryInterval constant


Project: http://git-wip-us.apache.org/repos/asf/lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/3862c384
Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/3862c384
Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/3862c384

Branch: refs/heads/current-release-line
Commit: 3862c384feae254d8360e4f530e5f2666327c4f9
Parents: 7678a63
Author: Deepak Barr <de...@gmail.com>
Authored: Thu Sep 17 07:30:19 2015 +0530
Committer: raju.bairishetti <ra...@apache.org>
Committed: Thu Sep 17 07:30:19 2015 +0530

----------------------------------------------------------------------
 .../main/java/org/apache/lens/server/api/LensConfConstants.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/3862c384/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java
----------------------------------------------------------------------
diff --git a/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java b/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java
index 90aea0b..096d26e 100644
--- a/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java
+++ b/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java
@@ -731,7 +731,7 @@ public final class LensConfConstants {
    * Interval at which lens session expiry service runs
    */
   public static final String SESSION_EXPIRY_SERVICE_INTERVAL_IN_SECS = SERVER_PFX
-    + "session.expiry.serivce.interval.secs";
+    + "session.expiry.service.interval.secs";
 
   public static final int DEFAULT_SESSION_EXPIRY_SERVICE_INTERVAL_IN_SECS = 3600;