minor formatting

This commit is contained in:
Laplie Anderson 2020-02-03 15:59:06 -05:00
parent 0cb0ae0a48
commit 01b0bebc93
1 changed files with 4 additions and 4 deletions

View File

@ -31,10 +31,10 @@ public class DatadogClassLoader extends URLClassLoader {
* 9+.
*/
public DatadogClassLoader(
final URL bootstrapJarLocation,
final String internalJarFileName,
final ClassLoader bootstrapProxy,
final ClassLoader parent) {
final URL bootstrapJarLocation,
final String internalJarFileName,
final ClassLoader bootstrapProxy,
final ClassLoader parent) {
super(new URL[] {}, parent);
this.bootstrapProxy = bootstrapProxy;