提交 a4a1847d 编写于 作者: R Robert Sandell

Remove API restriction on UserDetailsCache

Followup to #2446 to remove the API restriction
so that the first fix can potentially be picked
for LTS while this stays in the weekly release.
上级 84416d5d
......@@ -50,7 +50,6 @@ import static com.google.common.cache.CacheBuilder.newBuilder;
* @since TODO
*/
@Extension
@Restricted(NoExternalUse.class) //TODO Keep for LTS, Remove when in weekly
public final class UserDetailsCache {
private static final String SYS_PROP_NAME = UserDetailsCache.class.getName() + ".EXPIRE_AFTER_WRITE_SEC";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册