mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
replace constructor with builder: do not miss default values ( IDEA-54303 )
This commit is contained in:
+1
-1
@@ -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