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
There is following JavaDoc warning during compilation
[WARNING] Javadoc Warnings
[WARNING] /.../powerauth-server/powerauth-java-server/src/main/java/io/getlime/security/powerauth/app/server/configuration/CacheConfiguration.java:44: warning: reference not found: CallbackUrlEntity#getId()
[WARNING] * {@link CallbackUrlEntity#getId()} is used as a cache key.
[WARNING] ^
[WARNING] 1 warning
That is probably caused by missing Lombok generated methods during JavaDoc generation. Similar issue were already solved here wultra/powerauth-push-server#867
The text was updated successfully, but these errors were encountered:
There is following JavaDoc warning during compilation
That is probably caused by missing Lombok generated methods during JavaDoc generation. Similar issue were already solved here wultra/powerauth-push-server#867
The text was updated successfully, but these errors were encountered: