We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3718b85 + c7b0fcd commit 94427f5Copy full SHA for 94427f5
dslink.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dslink-java-v2-restadapter",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Java DSA to REST adpater DSLink",
5
"main": "bin/dslink-java-v2-restadapter",
6
"configs": {
src/main/java/org/iot/dsa/dslink/restadapter/Util.java
@@ -18,7 +18,7 @@ public class Util {
18
19
private static Database<SubUpdate> buffer = null;
20
21
- enum AUTH_SCHEME {
+ public enum AUTH_SCHEME {
22
NO_AUTH,
23
BASIC_USR_PASS,
24
OAUTH2_CLIENT,
0 commit comments