mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
replace constructor with builder: do not miss default values ( IDEA-54303 )
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public class Builder {
|
||||
private int i;
|
||||
private int i = 2;
|
||||
|
||||
public Builder setI(int i) {
|
||||
this.i = i;
|
||||
|
||||
Reference in New Issue
Block a user