Commit c18b4248 authored by Dave Syer's avatar Dave Syer

Merge 1.1.x with minor conflict

parent e913b352
......@@ -45,13 +45,9 @@ public class RedisMetricRepository implements MetricRepository, InitializingBean
private static final String DEFAULT_METRICS_PREFIX = "spring.metrics";
<<<<<<< HEAD
private String prefix = DEFAULT_METRICS_PREFIX + ".";
=======
private static final String DEFAULT_KEY = "keys." + DEFAULT_METRICS_PREFIX;
private String prefix = DEFAULT_METRICS_PREFIX;
>>>>>>> 1.1.x
private String key = DEFAULT_KEY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment