Skip to content

Commit

Permalink
GlassFishV6_2_5 uses same deployer as GlassFishV6_2_4
Browse files Browse the repository at this point in the history
  • Loading branch information
pepness committed Feb 10, 2023
1 parent 7396bc1 commit f38ad20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class ConfigBuilderProvider {
/** Library builder configuration since GlassFish 6.2.5. */
private static final Config.Next CONFIG_V6_2_5
= new Config.Next(GlassFishVersion.GF_6_2_5,
ConfigBuilderProvider.class.getResource("GlassFishV6_2_5.xml"));
ConfigBuilderProvider.class.getResource("GlassFishV6_2_4.xml"));

/** Library builder configuration since GlassFish 7.0.0. */
private static final Config.Next CONFIG_V7_0_0
Expand Down

0 comments on commit f38ad20

Please sign in to comment.