AutoMerger: Make cacheAutomerge helper method public

Change-Id: Icab54864f07637d698c1446961cadb62a51d9789
This commit is contained in:
Dave Borowitz
2016-10-31 14:34:20 -04:00
parent 6d5a2d3ed9
commit 9acdc6ec0a

View File

@@ -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);
}