updated jni class

This commit is contained in:
strawmanbobi
2020-03-09 22:06:45 +08:00
parent c8d2e3ad87
commit 5fdde1a55d
3 changed files with 3 additions and 9 deletions

View File

@@ -3,9 +3,6 @@ package net.irext.decode.sdk;
import net.irext.decode.sdk.bean.ACStatus;
import net.irext.decode.sdk.bean.TemperatureRange;
import net.irext.decode.sdk.utils.Constants;
import org.springframework.beans.factory.annotation.Autowired;
import javax.servlet.ServletContext;
/**
* Filename: IRDecode.java
@@ -21,9 +18,6 @@ public class IRDecode {
private static final String TAG = IRDecode.class.getSimpleName();
@Autowired
private static ServletContext context;
private static Object mSync = new Object();
private native String irGetVersion();