Fix misspelling error

This commit is contained in:
Diego Pino Garcia 2011-04-13 13:26:54 +02:00
parent e77fc7117a
commit 494955a9d5

View file

@ -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) {