Skip to content

Commit

Permalink
@DataBoundConstructor does not belong on constructos of abstract clas…
Browse files Browse the repository at this point in the history
…ses.
  • Loading branch information
jglick committed Aug 26, 2013
1 parent d814a6f commit 2c428d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/src/test/java/lib/form/RowVisibilityGroupTest.java
Expand Up @@ -133,7 +133,6 @@ public static abstract class Drink extends AbstractDescribableImpl<Drink> {
public String textbox1;
public Nested inner;

@DataBoundConstructor
protected Drink(String textbox1, Nested inner) {
this.textbox1 = textbox1;
this.inner = inner;
Expand Down

0 comments on commit 2c428d8

Please sign in to comment.