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
i tried to exclude some functions meant for superusers only by using this attribute.
it crashes with this stacktrace:
Exception in thread "main" java.lang.NullPointerException
at com.wordnik.swagger.jaxrs.Reader.read(Reader.java:161)
at com.wordnik.swagger.jaxrs.Reader.read(Reader.java:64)
at com.wordnik.swagger.jaxrs.Reader.read(Reader.java:55)
looking at the source, it never could have worked.
The text was updated successfully, but these errors were encountered:
i tried to exclude some functions meant for superusers only by using this attribute.
it crashes with this stacktrace:
looking at the source, it never could have worked.
The text was updated successfully, but these errors were encountered: