mirror of https://github.com/apache/maven.git
Fix Javadoc errors
This commit is contained in:
parent
a6d5e86155
commit
e1e2c65b6e
|
@ -42,9 +42,7 @@ public final class Factories
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* See https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html#transformerfactory
|
||||||
* @return
|
|
||||||
* @see https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html#transformerfactory
|
|
||||||
*/
|
*/
|
||||||
public static TransformerFactory newTransformerFactory()
|
public static TransformerFactory newTransformerFactory()
|
||||||
{
|
{
|
||||||
|
|
|
@ -115,8 +115,6 @@ abstract class AbstractEventXMLFilter extends AbstractSAXFilter
|
||||||
/**
|
/**
|
||||||
* Should be used to include extra events before a closing element.
|
* Should be used to include extra events before a closing element.
|
||||||
* This is a lightweight solution to keep the correct indentation.
|
* This is a lightweight solution to keep the correct indentation.
|
||||||
*
|
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
protected Includer include()
|
protected Includer include()
|
||||||
{
|
{
|
||||||
|
|
|
@ -59,7 +59,6 @@ public class BuildPomXMLFilterFactory
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param projectFile will be used by ConsumerPomXMLFilter to get the right filter
|
* @param projectFile will be used by ConsumerPomXMLFilter to get the right filter
|
||||||
* @return
|
|
||||||
* @throws SAXException
|
* @throws SAXException
|
||||||
* @throws ParserConfigurationException
|
* @throws ParserConfigurationException
|
||||||
* @throws TransformerConfigurationException
|
* @throws TransformerConfigurationException
|
||||||
|
|
|
@ -27,8 +27,8 @@ import org.xml.sax.ext.LexicalHandler;
|
||||||
* This often means stripping of build-specific information.
|
* This often means stripping of build-specific information.
|
||||||
* When extra information is required during filtering it is probably a member of the BuildPomXMLFilter
|
* When extra information is required during filtering it is probably a member of the BuildPomXMLFilter
|
||||||
*
|
*
|
||||||
* This filter is used at 1 locations:
|
* This filter is used at one location:
|
||||||
* - {@link org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory} when publishing pom files.
|
* - org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory when publishing POM files.
|
||||||
*
|
*
|
||||||
* @author Robert Scholte
|
* @author Robert Scholte
|
||||||
* @since 4.0.0
|
* @since 4.0.0
|
||||||
|
|
Loading…
Reference in New Issue