Fix checkstyle error

This commit is contained in:
Michael Osipov 2021-01-06 11:36:35 +01:00
parent e1e2c65b6e
commit a0c1bf3c04
1 changed files with 2 additions and 1 deletions

View File

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