biscuit-auth / biscuit-java

Java implementation of the Biscuit authentication and authorization token

Home Page:https://biscuitsec.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unneeded javax.swing.text.html.Option import from the class com.clevercloud.biscuit.datalog.MatchedVariables

gnomix opened this issue · comments

  • The class com.clevercloud.biscuit.datalog.MatchedVariables contains unneeded import javax.swing.text.html.Option . This might be an issue when using Java module system for Java 9+

fixed in 771e02d, thanks for the report