You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/01/06 10:36:49 UTC

[maven] branch master updated: Fix checkstyle error

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new a0c1bf3  Fix checkstyle error
a0c1bf3 is described below

commit a0c1bf3c04c5265d5e71d588b7629cad0c19a65d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 6 11:36:35 2021 +0100

    Fix checkstyle error
---
 maven-xml/src/main/java/org/apache/maven/xml/Factories.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maven-xml/src/main/java/org/apache/maven/xml/Factories.java b/maven-xml/src/main/java/org/apache/maven/xml/Factories.java
index 5b7e43a..442fbf3 100644
--- a/maven-xml/src/main/java/org/apache/maven/xml/Factories.java
+++ b/maven-xml/src/main/java/org/apache/maven/xml/Factories.java
@@ -42,7 +42,8 @@ public final class Factories
     }
 
     /**
-     * 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()
     {