Tal Nisan has posted comments on this change.

Change subject: core: Remove member init in the compat module
......................................................................


Patch Set 1: Code-Review+2

(1 comment)

....................................................
File 
backend/manager/modules/compat/src/main/java/org/ovirt/engine/core/compat/backendcompat/XmlNamespaceManager.java
Line 12: 
Line 13:     private Map<String, String> prefixToUri;
Line 14: 
Line 15:     public XmlNamespaceManager(Object nameTable) {
Line 16:         // JTODO What can we do about name table ?
This can be removed if were already touching this class
Line 17:         prefixToUri = new HashMap<String, String>();
Line 18:     }
Line 19: 
Line 20:     public void AddNamespace(String prefix, String uri) {


-- 
To view, visit http://gerrit.ovirt.org/18132
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I57bc886e4e53ba7842b435d516604e41b7e469e6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Alexander Wels <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[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

Reply via email to