You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/09/14 13:29:41 UTC

svn commit: r996844 - /maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/plugin/DebugConfigurationListener.java

Author: bentmann
Date: Tue Sep 14 11:29:40 2010
New Revision: 996844

URL: http://svn.apache.org/viewvc?rev=996844&view=rev
Log:
o Deprecated class which shouldn't be public

Modified:
    maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/plugin/DebugConfigurationListener.java

Modified: maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/plugin/DebugConfigurationListener.java
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/plugin/DebugConfigurationListener.java?rev=996844&r1=996843&r2=996844&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/plugin/DebugConfigurationListener.java (original)
+++ maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/plugin/DebugConfigurationListener.java Tue Sep 14 11:29:40 2010
@@ -29,6 +29,7 @@ import org.codehaus.plexus.logging.Logge
  *
  * @author <a href="mailto:brett@apache.org">Brett Porter</a>
  */
+@Deprecated
 public class DebugConfigurationListener
     implements ConfigurationListener
 {