b6ef4057186b0f450b3f2a87de9eb2a162c8e4f4
java/com.sap.sse.security/src/com/sap/sse/security/impl/SecurityServiceImpl.java
| ... | ... | @@ -3552,14 +3552,14 @@ implements ReplicableSecurityService, ClearStateTestSupport { |
| 3552 | 3552 | |
| 3553 | 3553 | @Override |
| 3554 | 3554 | public void internalReleaseUserCreationLockOnIp(String ip) { |
| 3555 | - if(clientIPBasedTimedLocksForUserCreation.containsKey(ip)) { |
|
| 3555 | + if (clientIPBasedTimedLocksForUserCreation.containsKey(ip)) { |
|
| 3556 | 3556 | clientIPBasedTimedLocksForUserCreation.remove(ip); |
| 3557 | 3557 | } |
| 3558 | 3558 | } |
| 3559 | 3559 | |
| 3560 | 3560 | @Override |
| 3561 | 3561 | public void internalReleaseBearerTokenLockOnIp(String ip) { |
| 3562 | - if(clientIPBasedTimedLocksForBearerTokenAuthentication.containsKey(ip)) { |
|
| 3562 | + if (clientIPBasedTimedLocksForBearerTokenAuthentication.containsKey(ip)) { |
|
| 3563 | 3563 | clientIPBasedTimedLocksForBearerTokenAuthentication.remove(ip); |
| 3564 | 3564 | } |
| 3565 | 3565 | } |