Make methods private again
This method should not be accessible from outside of criterion FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
parent
8836035ace
commit
58ae1d53ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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]");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue