Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 5ab700508d3cef2d3d8192907ff5f411 > files > 1

jboss-maven-utils-1.0.0-1.mga2.src.rpm

--- src/main/java/org/jboss/maven/util/logging/PlexusToMavenPluginLoggingBridge.java	2009-06-19 22:21:57.000000000 +0200
+++ src/main/java/org/jboss/maven/util/logging/PlexusToMavenPluginLoggingBridge.java-gil	2011-09-03 15:45:28.251748222 +0200
@@ -108,4 +108,15 @@
 	public String getName() {
 		return "Maven Plugin Logging Bridge";
 	}
+
+	/**
+	* By default, do nothing.
+	*
+	* @see org.codehaus.plexus.logging.Logger#setThreshold(int)
+	*/
+	public void setThreshold(int level)
+	{
+		// nop
+	}
+
 }