final configString
This commit is contained in:
parent
811051d111
commit
db485d10da
|
@ -56,7 +56,7 @@ public class TraceConfigInstrumentation implements Instrumenter {
|
||||||
}
|
}
|
||||||
|
|
||||||
public TraceConfigInstrumentation() {
|
public TraceConfigInstrumentation() {
|
||||||
String configString = Config.get().getTraceMethods();
|
final String configString = Config.get().getTraceMethods();
|
||||||
if (configString == null || configString.trim().isEmpty()) {
|
if (configString == null || configString.trim().isEmpty()) {
|
||||||
classMethodsToTrace = Collections.emptyMap();
|
classMethodsToTrace = Collections.emptyMap();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue