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 estate;
|
||||
|
||||
public int getEstate() {
|
||||
int getEstate() {
|
||||
return estate;
|
||||
}
|
||||
|
||||
public void setEstate(int estate) {
|
||||
void setEstate(int estate) {
|
||||
this.estate = estate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user