(doc) Reduce reported warnings · codehaus-plexus/plexus-xml@61942be (original) (raw)
Commit 61942be
(doc) Reduce reported warnings
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- src/test/java/org/codehaus/plexus/util/xml
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -152,6 +152,7 @@ void preserveDominantEmptyNode() throws XmlPullParserException, IOException { | ||
| 152 | 152 | } |
| 153 | 153 | |
| 154 | 154 | @Test |
| 155 | +@SuppressWarnings("deprecation") | |
| 155 | 156 | void isNotEmptyNegatesIsEmpty() { |
| 156 | 157 | assertEquals(!Xpp3DomUtils.isEmpty(null), Xpp3DomUtils.isNotEmpty(null)); |
| 157 | 158 | assertEquals(!Xpp3DomUtils.isEmpty(""), Xpp3DomUtils.isNotEmpty("")); |