Skip to content

Commit

Permalink
[SECURITY-901] Remove restriction
Browse files Browse the repository at this point in the history
This is a follow up on SECURITY-901 changes to remove the @restricted
annotation after the security release is done.
  • Loading branch information
amuniz committed May 9, 2019
1 parent 82aca64 commit d74b31b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -58,8 +58,6 @@
* @see hudson.security.AuthenticationProcessingFilter2 for the addition of seed inside the session
* @see hudson.security.HttpSessionContextIntegrationFilter2 for the seed check from the session before using it
*/
//TODO remove restriction on the weekly after the security fix
@Restricted(NoExternalUse.class)
public class UserSeedProperty extends UserProperty {
/**
* Escape hatch for User seed based revocation feature.
Expand Down

0 comments on commit d74b31b

Please sign in to comment.