Skip to content

Commit

Permalink
[MNG-7352] org.apache.maven.toolchain.java.JavaToolchainImpl should b…
Browse files Browse the repository at this point in the history
…e public

This closes #934
  • Loading branch information
michael-o committed Dec 24, 2022
1 parent 91ddc37 commit 6e8b4ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@
* @author Milos Kleint
* @since 2.0.9, renamed from DefaultJavaToolChain in 3.2.4
*/
class JavaToolchainImpl
public class JavaToolchainImpl
extends DefaultToolchain
implements JavaToolchain
{
Expand Down

0 comments on commit 6e8b4ff

Please sign in to comment.