Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1930 77400c3e0 -> e02121109 (forced update)


GEODE-2005: Fix javadocs warnings in IntegratedSecurityService


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

Branch: refs/heads/feature/GEODE-1930
Commit: e7d5c6aaf0a688546fe8be5b84b80f80f7bda73b
Parents: 0fb5093
Author: Kirk Lund <kl...@apache.org>
Authored: Tue Nov 8 10:59:43 2016 -0800
Committer: Kirk Lund <kl...@apache.org>
Committed: Tue Nov 8 11:00:42 2016 -0800

----------------------------------------------------------------------
 .../apache/geode/internal/security/IntegratedSecurityService.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e7d5c6aa/geode-core/src/main/java/org/apache/geode/internal/security/IntegratedSecurityService.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/security/IntegratedSecurityService.java
 
b/geode-core/src/main/java/org/apache/geode/internal/security/IntegratedSecurityService.java
index 7a898d1..57cb2db 100644
--- 
a/geode-core/src/main/java/org/apache/geode/internal/security/IntegratedSecurityService.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/security/IntegratedSecurityService.java
@@ -441,8 +441,6 @@ public class IntegratedSecurityService implements 
SecurityService {
 
   /**
    * If Shiro's security manager is configured, then return true, otherwise, 
return false;
-   * 
-   * @return
    */
   public boolean isIntegratedSecurity() {
     if (isIntegratedSecurity != null) {

Reply via email to