mirror of https://github.com/apache/maven.git
since this class is new, immediately mark it package protected: it is
the implementation of JavaToolchain interface (even if the interface is empty at the moment)
This commit is contained in:
parent
6f1bc80f3e
commit
61f1d01ba8
|
@ -29,12 +29,11 @@ import org.codehaus.plexus.util.Os;
|
|||
|
||||
/**
|
||||
* JDK toolchain implementation.
|
||||
* <strong>Note:</strong> This is an internal component whose interface can change without prior notice.
|
||||
*
|
||||
* @author Milos Kleint
|
||||
* @since 2.0.9, renamed from DefaultJavaToolChain in 3.2.4
|
||||
*/
|
||||
public class JavaToolchainImpl
|
||||
class JavaToolchainImpl
|
||||
extends DefaultToolchain
|
||||
implements JavaToolchain
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue