Eli Mesika has submitted this change and it was merged. Change subject: core: removing override annotation compatible with. ......................................................................
core: removing override annotation compatible with. On java 7 several methods were added to the DataSource class. This patch removes @override annotation from the StandaloneDataSource since java 6 code will not compile with this change. Should be applied again after all development and jenkins will move to java 7. Change-Id: I979869ffec899b99f90aff7e3426fe597c0b9c28 Signed-off-by: Eli Mesika <[email protected]> --- M backend/manager/tools/engine-tools-common/src/main/java/org/ovirt/engine/core/tools/common/db/StandaloneDataSource.java 1 file changed, 0 insertions(+), 9 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/6320 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I979869ffec899b99f90aff7e3426fe597c0b9c28 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
