Fix indentation

This commit is contained in:
Taehee Kim
2015-09-21 12:52:46 +09:00
parent 8bcef0595a
commit f5e2177751
@@ -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.");