Maor Lipchuk has posted comments on this change.

Change subject: engine-core: SyntaxCheckerFactory cleanup
......................................................................


Patch Set 1:

Some thing like this :
 private static ISyntaxChecker uiSyntaxChecker = new SyntaxChecker(100, true);
 private static ISyntaxChecker backendSyntaxChecker=new 
SyntaxChecker(Config.<Integer> GetValue(ConfigValues.SearchResultsLimit),true);
 private static ISyntaxChecker adSyntaxChecker =new ADSyntaxChecker();

 public static ISyntaxChecker CreateUISyntaxChecker(String 
AuthenticationMethod) {
 ConfigAuthenticationMethod = AuthenticationMethod;
 return uiSyntaxChecker;
}
    .
    .
    .

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

Gerrit-MessageType: comment
Gerrit-Change-Id: If2b632c3c13f4ba4b6f5373b942b29198ce6853d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <lhorn...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to