From d0fbbf85ce3647777d28ef6c2249f55eef6bdf6f Mon Sep 17 00:00:00 2001 From: Luca Abbati Date: Wed, 12 Jun 2019 14:35:48 +0200 Subject: [PATCH] Format code --- .../src/main/java/datadog/trace/api/Config.java | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dd-trace-api/src/main/java/datadog/trace/api/Config.java b/dd-trace-api/src/main/java/datadog/trace/api/Config.java index 1ded9e0d2c..fafb539372 100644 --- a/dd-trace-api/src/main/java/datadog/trace/api/Config.java +++ b/dd-trace-api/src/main/java/datadog/trace/api/Config.java @@ -471,7 +471,8 @@ public class Config { } /** - * @deprecated This method should only be used internally. Use the instance getter instead {@link #isIntegrationEnabled(SortedSet, boolean)}. + * @deprecated This method should only be used internally. Use the instance getter instead {@link + * #isIntegrationEnabled(SortedSet, boolean)}. * @param integrationNames * @param defaultEnabled * @return @@ -495,11 +496,12 @@ public class Config { public boolean isJmxFetchIntegrationEnabled( final SortedSet integrationNames, final boolean defaultEnabled) { - return jmxFetchIntegrationEnabled(integrationNames, defaultEnabled); + return jmxFetchIntegrationEnabled(integrationNames, defaultEnabled); } /** - * @deprecated This method should only be used internally. Use the instance getter instead {@link #isJmxFetchIntegrationEnabled(SortedSet, boolean)}. + * @deprecated This method should only be used internally. Use the instance getter instead {@link + * #isJmxFetchIntegrationEnabled(SortedSet, boolean)}. * @param integrationNames * @param defaultEnabled * @return @@ -527,7 +529,8 @@ public class Config { } /** - * @deprecated This method should only be used internally. Use the instance getter instead {@link #isTraceAnalyticsIntegrationEnabled(SortedSet, boolean)}. + * @deprecated This method should only be used internally. Use the instance getter instead {@link + * #isTraceAnalyticsIntegrationEnabled(SortedSet, boolean)}. * @param integrationNames * @param defaultEnabled * @return