Yair Zaslavsky has submitted this change and it was merged. Change subject: utils: cleanup: LocalConfig: fix defect: Found reliance on default encoding: new java.io.FileReader(File) ...................................................................... utils: cleanup: LocalConfig: fix defect: Found reliance on default encoding: new java.io.FileReader(File) Funny! This object, FileReader, does not support encoding while its base class does. Change-Id: I89b4009f37256110a10b97b1d1c1b273b07e6a86 Signed-off-by: Alon Bar-Lev <alonbl@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/LocalConfig.java 1 file changed, 6 insertions(+), 14 deletions(-) Approvals: Yair Zaslavsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/19236 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I89b4009f37256110a10b97b1d1c1b273b07e6a86 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server