Skip to content

Commit

Permalink
Versions, formatting as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm authored and zakkak committed Dec 19, 2024
1 parent afd9f4c commit 0e281ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -860,13 +860,13 @@ public void monitorFieldOffsetNOK(TestInfo testInfo, Apps app) throws IOExceptio

@Test
@Tag("builder-image")
@IfMandrelVersion(minJDK = "21.0.3", inContainer = true)
@IfMandrelVersion(minJDK = "21.0.0", inContainer = true)
public void jdkReflectionsContainerTest(TestInfo testInfo) throws IOException, InterruptedException {
jdkReflections(testInfo, Apps.JDK_REFLECTIONS_BUILDER_IMAGE);
}

@Test
@IfMandrelVersion(minJDK = "21.0.3")
@IfMandrelVersion(minJDK = "21.0.0")
public void jdkReflectionsTest(TestInfo testInfo) throws IOException, InterruptedException {
jdkReflections(testInfo, Apps.JDK_REFLECTIONS);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,7 @@ public Pattern[] get(boolean inContainer) {
JDK_REFLECTIONS {
@Override
public Pattern[] get(boolean inContainer) {
return new Pattern[]{
};
return new Pattern[]{};
}
};

Expand Down

0 comments on commit 0e281ea

Please sign in to comment.