Skip to content

Commit

Permalink
SpiServiceRegistry registration in accumuloutils
Browse files Browse the repository at this point in the history
This is redundant, it should be happening in AccumuloUtils.
  • Loading branch information
rfecher authored Aug 11, 2017
1 parent 330be24 commit 0cbeeba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public URLClassLoader run() {
}
});
GeoTools.addClassLoader(urlCL);
SPIServiceRegistry.registerClassLoader(urlCL);

}
classLoaderInitialized = true;
}
Expand Down

0 comments on commit 0cbeeba

Please sign in to comment.