mirror of https://github.com/apache/maven.git
[MNG-8361] Fix typo in color styles
This commit is contained in:
parent
4e1152f047
commit
8005826df7
|
@ -98,7 +98,7 @@ public interface MessageBuilder extends Appendable {
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
default MessageBuilder success(Object message) {
|
default MessageBuilder success(Object message) {
|
||||||
return style("." + Constants.MAVEN_STYLE_DEBUG_NAME + ":-" + Constants.MAVEN_STYLE_DEBUG_DEFAULT, message);
|
return style("." + Constants.MAVEN_STYLE_SUCCESS_NAME + ":-" + Constants.MAVEN_STYLE_SUCCESS_DEFAULT, message);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue