Github user mike-tutkowski commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/654#discussion_r36141156 --- Diff: framework/db/src/com/cloud/utils/db/DbUtil.java --- @@ -43,8 +43,10 @@ import org.apache.log4j.Logger; +import static com.cloud.utils.AutoCloseableUtil.closeAutoCloseable; + public class DbUtil { - protected final static Logger s_logger = Logger.getLogger(DbUtil.class); + public final static Logger s_logger = Logger.getLogger(DbUtil.class); --- End diff -- Just curious why we went from protected to public here?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---