Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
sherl0cks authored Nov 20, 2020
1 parent 6186f38 commit 54e4eac
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ List<RuntimeInitializedClassBuildItem> runtimeInitImageIOClasses() {
return Arrays.asList(
new RuntimeInitializedClassBuildItem("javax.imageio.ImageTypeSpecifier"),
new RuntimeInitializedClassBuildItem("com.sun.imageio.plugins.jpeg.JPEG$JCS"),
new RuntimeInitializedClassBuildItem("java.awt.image.AreaAveragingScaleFilter")
);
new RuntimeInitializedClassBuildItem("java.awt.image.AreaAveragingScaleFilter"));
}
}

0 comments on commit 54e4eac

Please sign in to comment.