mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-26 05:06:34 +10:00
Fix indentation
This commit is contained in:
@@ -59,7 +59,7 @@ public class PinpointBootStrap {
|
||||
|
||||
private static void loadBootstrapCoreLib(Instrumentation instrumentation) {
|
||||
// 1st find boot-strap.jar
|
||||
final ClassPathResolver classPathResolver = new ClassPathResolver();
|
||||
final ClassPathResolver classPathResolver = new ClassPathResolver();
|
||||
boolean agentJarNotFound = classPathResolver.findAgentJar();
|
||||
if (!agentJarNotFound) {
|
||||
logger.severe("pinpoint-bootstrap-x.x.x(-SNAPSHOT).jar Fnot found.");
|
||||
|
||||
Reference in New Issue
Block a user