Fix misspelling error
This commit is contained in:
parent
e77fc7117a
commit
494955a9d5
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public class AssignmentFunction extends BaseEntity {
|
|||
|
||||
/**
|
||||
* This method applies the function to the received resourceAllocation
|
||||
* <i>This method is intended to be overrided by subclasses</i>
|
||||
* <i>This method is intended to be overridden by subclasses</i>
|
||||
* @param resourceAllocation
|
||||
*/
|
||||
public void applyTo(ResourceAllocation<?> resourceAllocation) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue