Reduced visibility to the required level

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-04-25 16:29:31 +02:00
parent b180ee52e6
commit 1bb3199b3b

View File

@ -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;
} }