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:
Hervé Boutemy 2014-12-13 17:52:31 +01:00
parent 6f1bc80f3e
commit 61f1d01ba8
1 changed files with 1 additions and 2 deletions

View File

@ -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
{