AutoMerger: Make cacheAutomerge helper method public
Change-Id: Icab54864f07637d698c1446961cadb62a51d9789
This commit is contained in:
@@ -57,7 +57,7 @@ import java.util.Map;
|
||||
public class AutoMerger {
|
||||
private static final Logger log = LoggerFactory.getLogger(AutoMerger.class);
|
||||
|
||||
static boolean cacheAutomerge(Config cfg) {
|
||||
public static boolean cacheAutomerge(Config cfg) {
|
||||
return cfg.getBoolean("change", null, "cacheAutomerge", true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user