Skip to content

Commit

Permalink
#98 aibolit.P32 suppressed in Arg
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent 55d32e1 commit 8824e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/Arg.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public String raw() {
* @return Clean text
* @throws XmlContentException If fails
*/
@SuppressWarnings("PMD.AvoidInstantiatingObjectsInLoops")
@SuppressWarnings({ "PMD.AvoidInstantiatingObjectsInLoops", "aibolit.P32" })
public static String unescape(final String text)
throws XmlContentException {
final char[] chars = text.toCharArray();
Expand Down

0 comments on commit 8824e41

Please sign in to comment.