mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
Merge pull request #440 from Xylus/master
removed sysout code causing Travis build termination
This commit is contained in:
-2
@@ -67,7 +67,6 @@ public class Java7PluginClassLoaderTest {
|
||||
@Override
|
||||
public void run() {
|
||||
for (int i = 0; i < count; i++) {
|
||||
System.out.println(this + ": " + i);
|
||||
synchronized(parent) {
|
||||
try {
|
||||
child.loadClass("no.such.Class");
|
||||
@@ -91,7 +90,6 @@ public class Java7PluginClassLoaderTest {
|
||||
@Override
|
||||
public void run() {
|
||||
for (int i = 0; i < count; i++) {
|
||||
System.out.println(this + ": " + i);
|
||||
synchronized(child) {
|
||||
try {
|
||||
child.loadClass("no.such.Class");
|
||||
|
||||
Reference in New Issue
Block a user