Reduced visibility to the required level
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -12,11 +12,11 @@ public class Contract {
|
|||||||
private int person;
|
private int person;
|
||||||
private int estate;
|
private int estate;
|
||||||
|
|
||||||
public int getEstate() {
|
int getEstate() {
|
||||||
return estate;
|
return estate;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setEstate(int estate) {
|
void setEstate(int estate) {
|
||||||
this.estate = estate;
|
this.estate = estate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user