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