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 <emesika(a)redhat.com>
---
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 <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>