Skip to content

Commit

Permalink
pcorlessGH-216 Fixes property name
Browse files Browse the repository at this point in the history
  • Loading branch information
gtache committed Nov 7, 2022
1 parent 097b070 commit 3d1610b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5910,7 +5910,7 @@ private void callOnFilteredAnnotations(final AnnotationFilter filter, final Cons
}

private static EmptyPagesFilter getEmptyPagesFilter() {
final double minRatio = Defs.doubleProperty("org.icepdf.ri.viewer.filters.empty.pages.ratio", 0.005);
final double minRatio = Defs.doubleProperty("org.icepdf.ri.viewer.filters.empty.ratio", 0.005);
final int whiteFloor = Defs.intProperty("org.icepdf.ri.viewer.filters.empty.white.floor", 240);
return new EmptyPagesFilter(minRatio, whiteFloor);
}
Expand Down

0 comments on commit 3d1610b

Please sign in to comment.