make showError() method public, used in netbeans integration.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@604815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Milos Kleint 2007-12-17 10:26:48 +00:00
parent fbb4833982
commit 05b8b80e1e
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ public final class CLIReportingUtils
* @param showStackTraces
* @param logger
*/
static void showError( String message,
//mkleint: public because used in netbeans integration
public static void showError( String message,
Exception e,
boolean showStackTraces,
CoreErrorReporter reporter,