Fix parameter name
FEA: ItEr68OTS05IntroducionLimiteSobreasignacionCalendarios
This commit is contained in:
parent
77ef632be7
commit
78fdb775cb
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ import org.navalplanner.business.workingday.EffortDuration.Granularity;
|
|||
*/
|
||||
public class Capacity {
|
||||
|
||||
public static Capacity create(EffortDuration hours) {
|
||||
return new Capacity(hours, null);
|
||||
public static Capacity create(EffortDuration standardEffort) {
|
||||
return new Capacity(standardEffort, null);
|
||||
}
|
||||
|
||||
public static Capacity zero() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue