Skip to content

Commit

Permalink
java-sdk: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoupeng committed Jan 26, 2021
1 parent 2ce5b80 commit 1f672f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/java/src/main/java/com/juicefs/JuiceFileSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public class JuiceFileSystem extends FilterFileSystem {
private static boolean fileChecksumEnabled = false;
private static boolean distcpPatched = false;

// to bypass impala insert check
static {
jcl = new JarClassLoader();
String path = JuiceFileSystem.class.getProtectionDomain().getCodeSource().getLocation().getPath();
Expand Down

0 comments on commit 1f672f1

Please sign in to comment.