Polish
See gh-11193
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2015 the original author or authors.
|
||||
* Copyright 2012-2017 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -28,10 +28,10 @@ import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* {@link PropertyResolver} for {@link AnsiStyle}, {@link AnsiColor} and
|
||||
* {@link AnsiBackground} elements. Supports properties of the form {@code AnsiStyle.BOLD}
|
||||
* , {@code AnsiColor.RED} or {@code AnsiBackground.GREEN}. Also supports a prefix of
|
||||
* {@code Ansi.} which is an aggregation of everything (with background colors prefixed
|
||||
* {@code BG_}).
|
||||
* {@link AnsiBackground} elements. Supports properties of the form
|
||||
* {@code AnsiStyle.BOLD}, {@code AnsiColor.RED} or {@code AnsiBackground.GREEN}. Also
|
||||
* supports a prefix of {@code Ansi.} which is an aggregation of everything (with
|
||||
* background colors prefixed {@code BG_}).
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 1.3.0
|
||||
|
||||
Reference in New Issue
Block a user