Martin Peřina has posted comments on this change. Change subject: core: [RFE]Backup Awareness - Handler ......................................................................
Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/39527/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/EngineBackupAwarenessManager.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/EngineBackupAwarenessManager.java: Line 11: import org.ovirt.engine.core.utils.timer.SchedulerUtilQuartzImpl; Line 12: import org.slf4j.Logger; Line 13: import org.slf4j.LoggerFactory; Line 14: Line 15: import javax.inject.Inject; > since the eclipse formatter is the formal formatter of the ovirt project as Correctly formatted imports should look like this: package ... <EMPTY_LINE> import java.XXX <EMPTY_LINE> import javax.XXX <EMPTY_LINE> import XXX This how Eclipse formatter should be set up. Line 16: import javax.inject.Singleton; Line 17: import java.util.Calendar; Line 18: import java.util.Date; Line 19: import java.util.concurrent.TimeUnit; -- To view, visit https://gerrit.ovirt.org/39527 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8567ae314a3d612d8e3d4dd948394b65789ac670 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
