diff --git a/libreplan-webapp/src/main/java/org/libreplan/web/resources/worker/WorkerCRUDController.java b/libreplan-webapp/src/main/java/org/libreplan/web/resources/worker/WorkerCRUDController.java index 1ebd4e899..b255f4177 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/web/resources/worker/WorkerCRUDController.java +++ b/libreplan-webapp/src/main/java/org/libreplan/web/resources/worker/WorkerCRUDController.java @@ -850,13 +850,6 @@ public class WorkerCRUDController extends GenericForwardComposer implements LIMITING_RESOURCE(_("Queue-based resource")), NON_LIMITING_RESOURCE(_("Normal resource")); - /** - * Forces to mark the string as needing translation - */ - private static String _(String string) { - return string; - } - private String option; private LimitingResourceEnum(String option) { diff --git a/libreplan-webapp/src/main/webapp/resources/machine/_editMachine.zul b/libreplan-webapp/src/main/webapp/resources/machine/_editMachine.zul index 16228d6ee..5439c592a 100644 --- a/libreplan-webapp/src/main/webapp/resources/machine/_editMachine.zul +++ b/libreplan-webapp/src/main/webapp/resources/machine/_editMachine.zul @@ -65,7 +65,7 @@ - - -