diff --git a/core/src/main/java/jenkins/security/seed/UserSeedProperty.java b/core/src/main/java/jenkins/security/seed/UserSeedProperty.java index 6fab2275938e..afd3d5e6653a 100644 --- a/core/src/main/java/jenkins/security/seed/UserSeedProperty.java +++ b/core/src/main/java/jenkins/security/seed/UserSeedProperty.java @@ -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.