Repository: maven
Updated Branches:
  refs/heads/master 6f1bc80f3 -> 61f1d01ba


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)

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/61f1d01b
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/61f1d01b
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/61f1d01b

Branch: refs/heads/master
Commit: 61f1d01ba86e0765e0a78eb0b18571ee503055f6
Parents: 6f1bc80
Author: Hervé Boutemy <[email protected]>
Authored: Sat Dec 13 17:52:31 2014 +0100
Committer: Hervé Boutemy <[email protected]>
Committed: Sat Dec 13 17:52:31 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/maven/toolchain/java/JavaToolchainImpl.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/61f1d01b/maven-core/src/main/java/org/apache/maven/toolchain/java/JavaToolchainImpl.java
----------------------------------------------------------------------
diff --git 
a/maven-core/src/main/java/org/apache/maven/toolchain/java/JavaToolchainImpl.java
 
b/maven-core/src/main/java/org/apache/maven/toolchain/java/JavaToolchainImpl.java
index 4c1ba91..4a09ee0 100644
--- 
a/maven-core/src/main/java/org/apache/maven/toolchain/java/JavaToolchainImpl.java
+++ 
b/maven-core/src/main/java/org/apache/maven/toolchain/java/JavaToolchainImpl.java
@@ -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
 {

Reply via email to