Skip to content

Commit 8e51d55

Browse files
committed
Javadoc
1 parent 572d821 commit 8e51d55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/org/apache/commons/beanutils/ConvertUtilsBean2.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
*/
3131
public class ConvertUtilsBean2 extends ConvertUtilsBean {
3232

33+
/**
34+
* Constructs a new instance.
35+
*/
36+
public ConvertUtilsBean2() {
37+
// empty
38+
}
39+
3340
/**
3441
* Delegates to the new {@link ConvertUtilsBean#convert(Object, Class)}
3542
* method.

0 commit comments

Comments
 (0)