Skip to content

Commit

Permalink
explictely define constructorbinding due to multiple constructors (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: ygelfand <yuri@shlitz.com>
  • Loading branch information
ygelfand authored Feb 1, 2023
1 parent 47dfcf1 commit 2c46a2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public Reports() {
this("allure/reports/", "reports/", 20);
}

@ConstructorBinding
public Reports(String dir,
String path,
long historyLevel) {
Expand Down

0 comments on commit 2c46a2e

Please sign in to comment.