Format code
This commit is contained in:
parent
e1ceda8f0e
commit
d0fbbf85ce
|
@ -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 integrationNames
|
||||||
* @param defaultEnabled
|
* @param defaultEnabled
|
||||||
* @return
|
* @return
|
||||||
|
@ -499,7 +500,8 @@ public class Config {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @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 integrationNames
|
||||||
* @param defaultEnabled
|
* @param defaultEnabled
|
||||||
* @return
|
* @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 integrationNames
|
||||||
* @param defaultEnabled
|
* @param defaultEnabled
|
||||||
* @return
|
* @return
|
||||||
|
|
Loading…
Reference in New Issue