You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
The djinni generated java flags doest not come with all opts and none opts. My suggestion is add the following constants to solve it:
public static final EnumSet<MyFlagClass> ALL_OPTS = EnumSet.allOf(MyFlagClass.class);
public static final EnumSet<MyFlagClass> NONE_OPTS = EnumSet.noneOf(MyFlagClass.class);
Hi,
The djinni generated java flags doest not come with all opts and none opts. My suggestion is add the following constants to solve it:
Today it is generating it:
https://github.com/ezored/dependency-logger/blob/master/build/djinni/java-output/ezored/util/LoggerLevel.java
Thanks.
The text was updated successfully, but these errors were encountered: