Github user rhtyd commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1574#discussion_r65159038
  
    --- Diff: framework/db/src/com/cloud/utils/db/DriverLoader.java ---
    @@ -0,0 +1,49 @@
    +package com.cloud.utils.db;
    +
    +import com.cloud.utils.exception.CloudRuntimeException;
    +import org.apache.log4j.Logger;
    +
    +import java.util.ArrayList;
    +import java.util.HashMap;
    +import java.util.List;
    +import java.util.Map;
    +
    +public class DriverLoader {
    +
    +    private static final Logger s_logger = 
Logger.getLogger(DriverLoader.class.getName());
    +    private static List<String> s_loadedDrivers;
    +    private static Map<String, String> s_drivers;
    --- End diff --
    
    Remove s_, moving forward we should follow modern naming conventions.


---
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.
---

Reply via email to