You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2016/12/22 15:59:47 UTC

incubator-ranger git commit: Removing "extends Object" call

Repository: incubator-ranger
Updated Branches:
  refs/heads/master fda9a01d0 -> 6ba6af021


Removing "extends Object" call


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/6ba6af02
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/6ba6af02
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/6ba6af02

Branch: refs/heads/master
Commit: 6ba6af021e44d929fe77ef8fb60f0fe6a1c79b7b
Parents: fda9a01
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Dec 22 15:59:31 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Dec 22 15:59:31 2016 +0000

----------------------------------------------------------------------
 .../org/apache/ranger/authentication/unix/jaas/PamLoginModule.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/6ba6af02/unixauthclient/src/main/java/org/apache/ranger/authentication/unix/jaas/PamLoginModule.java
----------------------------------------------------------------------
diff --git a/unixauthclient/src/main/java/org/apache/ranger/authentication/unix/jaas/PamLoginModule.java b/unixauthclient/src/main/java/org/apache/ranger/authentication/unix/jaas/PamLoginModule.java
index 1465b9d..0b3d2e6 100644
--- a/unixauthclient/src/main/java/org/apache/ranger/authentication/unix/jaas/PamLoginModule.java
+++ b/unixauthclient/src/main/java/org/apache/ranger/authentication/unix/jaas/PamLoginModule.java
@@ -34,7 +34,7 @@ import java.util.HashMap;
 import java.util.Map;
 import java.util.Set;
 
-public class PamLoginModule extends Object implements LoginModule
+public class PamLoginModule implements LoginModule
 {
     public static final String SERVICE_KEY = "ranger.pam.service";