提交 1f290ff1 编写于 作者: W Wadeck Follonier 提交者: Oleg Nenashev

Un-restrict the XMLUtils class after SECURITY-521 release (#4032)

* Un-restrict the XMLUtils class after SECURITY-521 release
- It was forgotten since that actually

* Update core/src/main/java/jenkins/util/xml/XMLUtils.java
Co-Authored-By: NDaniel Beck <1831569+daniel-beck@users.noreply.github.com>
上级 d464ce78
......@@ -4,8 +4,6 @@ import java.io.InputStream;
import java.nio.file.Files;
import java.nio.file.InvalidPathException;
import jenkins.util.SystemProperties;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.NoExternalUse;
import org.w3c.dom.Document;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
......@@ -37,9 +35,9 @@ import javax.xml.xpath.XPathExpressionException;
import javax.xml.xpath.XPathFactory;
/**
* Utilities useful when working with various XML types.
* Utilities useful when working with various XML types.
* @since 1.596.1 and 1.600, unrestricted since TODO
*/
@Restricted(NoExternalUse.class)
public final class XMLUtils {
private final static Logger LOGGER = LogManager.getLogManager().getLogger(XMLUtils.class.getName());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册