builder: fix author tags
This commit is contained in:
parent
7e9b17f1cc
commit
a804775f1a
7 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ import java.util.stream.Collectors;
|
|||
/**
|
||||
* Default Rule Index Builder.
|
||||
*
|
||||
* @author Paul Campbell (paul.campbell@hubio.com)
|
||||
* @author Paul Campbell (pcampbell@kemitix.net)
|
||||
*/
|
||||
@Component
|
||||
@RequiredArgsConstructor
|
||||
|
|
|
@ -36,7 +36,7 @@ import java.util.stream.Stream;
|
|||
/**
|
||||
* Default README fragment loader.
|
||||
*
|
||||
* @author Paul Campbell (paul.campbell@hubio.com)
|
||||
* @author Paul Campbell (pcampbell@kemitix.net)
|
||||
*/
|
||||
@Slf4j
|
||||
@Component
|
||||
|
|
|
@ -27,7 +27,7 @@ package net.kemitix.checkstyle.ruleset.builder;
|
|||
/**
|
||||
* Creates the Rule Index for README.md in Markdown Format.
|
||||
*
|
||||
* @author Paul Campbell (paul.campbell@hubio.com)
|
||||
* @author Paul Campbell (pcampbell@kemitix.net)
|
||||
*/
|
||||
public interface ReadmeIndexBuilder {
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.Map;
|
|||
/**
|
||||
* A single Checkstyle Check.
|
||||
*
|
||||
* @author Paul Campbell (paul.campbell@hubio.com)
|
||||
* @author Paul Campbell (pcampbell@kemitix.net)
|
||||
*/
|
||||
@ToString
|
||||
@Setter
|
||||
|
|
|
@ -27,7 +27,7 @@ package net.kemitix.checkstyle.ruleset.builder;
|
|||
/**
|
||||
* .
|
||||
*
|
||||
* @author Paul Campbell (paul.campbell@hubio.com)
|
||||
* @author Paul Campbell (pcampbell@kemitix.net)
|
||||
*/
|
||||
public enum RuleLevel {
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ package net.kemitix.checkstyle.ruleset.builder;
|
|||
/**
|
||||
* .
|
||||
*
|
||||
* @author Paul Campbell (paul.campbell@hubio.com)
|
||||
* @author Paul Campbell (pcampbell@kemitix.net)
|
||||
*/
|
||||
public enum RuleParent {
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ package net.kemitix.checkstyle.ruleset.builder;
|
|||
/**
|
||||
* .
|
||||
*
|
||||
* @author Paul Campbell (paul.campbell@hubio.com)
|
||||
* @author Paul Campbell (pcampbell@kemitix.net)
|
||||
*/
|
||||
public enum RuleSource {
|
||||
|
||||
|
|
Loading…
Reference in a new issue