提交 db61f470 编写于 作者: V valentina 提交者: Oleg Nenashev

remove restriction to be able to override the method in subclasses (#2523)

* remove restriction to be able to ovverride the method in subclasses

* since needs to be adjusted
上级 981b2ea9
......@@ -260,10 +260,9 @@ public class UpdateSite {
* if name is null, then the default name will be used,
* which is "update site" followed by the update site id
* @return the signature validator.
* @since 2.20
* @since 2.21
*/
@Nonnull
@Restricted(NoExternalUse.class)
protected JSONSignatureValidator getJsonSignatureValidator(@CheckForNull String name) {
if (name == null) {
name = signatureValidatorPrefix + " '" + id + "'";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册