Run only in case of failure

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
kaizimmerm
2016-09-07 11:58:00 +02:00
parent be841c6095
commit 525ca8d72c

View File

@@ -40,7 +40,7 @@ public class IgnoreMultipleConsumersProducersSpringMvcContract extends SpringMvc
// multiple consumers and produces, see
// https://github.com/spring-cloud/spring-cloud-netflix/issues/808
LOGGER.trace(e.getMessage(), e);
data.indexToExpander(new LinkedHashMap<Integer, Param.Expander>());
}
data.indexToExpander(new LinkedHashMap<Integer, Param.Expander>());
}
}