|
@@ -277,7 +277,7 @@ public class EmployeeInfo {
|
|
this.isProbationPeriod = isProbationPeriod;
|
|
this.isProbationPeriod = isProbationPeriod;
|
|
}
|
|
}
|
|
|
|
|
|
- public boolean getIsProbationPeriod() {
|
|
|
|
|
|
+ public Boolean getIsProbationPeriod() {
|
|
return this.isProbationPeriod;
|
|
return this.isProbationPeriod;
|
|
}
|
|
}
|
|
|
|
|