Yaniv Bronhaim has posted comments on this change.

Change subject: Applying usage for public key authentication method
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdsOperationActionParameters.java
Line 32:         private int intValue;
Line 33:         private static Map<Integer, AuthenticationMethod> mappings;
Line 34: 
Line 35:         static {
Line 36:             mappings = new HashMap<Integer, AuthenticationMethod>();
i get "error: diamond operator is not supported in -source 1.6" - when doing 
that..
Line 37:             for (AuthenticationMethod error : values()) {
Line 38:                 mappings.put(error.getValue(), error);
Line 39:             }
Line 40:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I54591b2b6cc99114f53124ee5a74c2b35f950304
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to