Allon Mureinik has posted comments on this change.

Change subject: core: Improve logs in DbUserCacheManager
......................................................................


Patch Set 1: Looks good to me, approved

(1 inline comment)

See minor comment inline, for future reference.

will rebase and merge in a couple of minutes.

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/DbUserCacheManager.java
Line 28: import org.ovirt.engine.core.utils.timer.OnTimerMethodAnnotation;
Line 29: import org.ovirt.engine.core.utils.timer.SchedulerUtilQuartzImpl;
Line 30: 
Line 31: public class DbUserCacheManager {
Line 32:     private static Log log = 
LogFactory.getLog(DbUserCacheManager.class);
might as well make it final while you're touching this data member
[although not necessarily in this patch]
Line 33:     private static DbUserCacheManager _instance = new 
DbUserCacheManager();
Line 34:     private String jobId;
Line 35:     private boolean initialized = false;
Line 36: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I46c0cffd1280f2781000b608496f1e4104faca8a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alissa Bonas <abo...@redhat.com>
Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Ayal Baron <aba...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to