Skip to content

Commit 3873f94

Browse files
committed
Fix Javadoc warning
1 parent 3ceaf0f commit 3873f94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/apache/commons/beanutils2/DynaBeanMapDecoratorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
* Test Case for the {@code DynaBeanMapDecorator} implementation class.
4141
* </p>
4242
*/
43-
@SuppressWarnings("deprecation")
4443
class DynaBeanMapDecoratorTest {
4544

4645
private static final DynaProperty stringProp = new DynaProperty("stringProp", String.class);
@@ -86,6 +85,8 @@ private <E> void checkUnmodifiable(final String desc, final Collection<E> collec
8685

8786
/**
8887
* Sets up instance variables required by this test case.
88+
*
89+
* @throws Exception test failures.
8990
*/
9091
@BeforeEach
9192
public void setUp() throws Exception {

0 commit comments

Comments
 (0)