Skip to content

Commit

Permalink
Fix a compilation problem in flamingo tools with Cerulean skin.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerwin authored and eerwin committed Nov 21, 2016
1 parent 3dfb5e4 commit dedc47f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

/**
* Screenshot robot for {@link org.pushingpixels.substance.api.skin.CeruleanSkin}.
*
*
* @author Kirill Grouchnikov
*/
public class Cerulean extends SkinRobot {
Expand All @@ -44,7 +44,7 @@ public class Cerulean extends SkinRobot {
*/
public Cerulean() {
super(
new Cerulean(),
new CeruleanSkin(),
"/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean");
}
}

0 comments on commit dedc47f

Please sign in to comment.