Skip to content

Commit

Permalink
fixed compilation error in JDK8 b111
Browse files Browse the repository at this point in the history
  • Loading branch information
jidesoft committed Oct 17, 2013
1 parent 194a327 commit 69bb3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-common/src/main/java/jidefx/utils/FXUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ else if (c instanceof SkinBase) {
return null;
}

// TODO: remove it for now to fix the compliation error in JDK8 b111.
// TODO: remove it for now to fix the compilation error in JDK8 b111.
// /**
// * calculate the layout point for a popup window based on the two points, windowPoint from popup window and
// * parentPoint from parent node
Expand Down

0 comments on commit 69bb3c9

Please sign in to comment.