Skip to content

Commit

Permalink
PojoConfigTest: Fixed to use a non-inner class.
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinto committed Feb 2, 2021
1 parent 57536b1 commit 536dcc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class PojoConfigTest {

class SimplePojo {
public static class SimplePojo {
@Parameter
double test = 50.1;

Expand Down

0 comments on commit 536dcc7

Please sign in to comment.