Skip to content

Commit

Permalink
removed remaining slf4j dependency in not-test class
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Sep 20, 2019
1 parent be07960 commit 4b7602f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/dev/dokan/dokan_java/NativeMethods.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
import com.sun.jna.Native;
import com.sun.jna.WString;
import com.sun.jna.ptr.IntByReference;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* Native API to the kernel Dokany driver. This is an internal class and should not be used directly by code outside com.dokany.java.
*/
class NativeMethods {

private static final Logger LOG = LoggerFactory.getLogger(NativeMethods.class);
private static final String DOKAN_DLL = "dokan1";

static {
Expand Down

0 comments on commit 4b7602f

Please sign in to comment.