Fix Javadoc errors

This commit is contained in:
Michael Osipov 2021-01-05 21:46:34 +01:00
parent a6d5e86155
commit e1e2c65b6e
4 changed files with 3 additions and 8 deletions

View File

@ -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()
{

View File

@ -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()
{

View File

@ -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

View File

@ -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