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 Feb 15, 2022. It is now read-only.
The class Cerulean in tools.docrobot.skins in substance-flamingo cannot compile.
The constructor has an error. It has
super(new Cerulean(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")
But it should have
super(new CeruleanSkin(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")
Actually, the classpaths should probably not start with '/Users/', but this bug is only about the fact that the code will not compile.
The text was updated successfully, but these errors were encountered: