Make methods private again

This method should not be accessible from outside of criterion

FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
Óscar González Fernández 2010-09-22 16:45:55 +02:00
parent 8836035ace
commit 58ae1d53ef

View file

@ -152,11 +152,11 @@ public class Criterion extends IntegrationEntity implements ICriterion {
}
}
public static String allWorkersCaption() {
private static String allWorkersCaption() {
return _("[generic all workers]");
}
public static String allMachinesCaption() {
private static String allMachinesCaption() {
return _("[generic all machines]");
}