Fix checkstyle error
This commit is contained in:
parent
8514064d5c
commit
abe8c2ec17
|
|
@ -105,6 +105,9 @@ public class SpringProfileDocumentMatcher implements DocumentMatcher {
|
|||
return result.toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* Profile match types.
|
||||
*/
|
||||
enum ProfileType {
|
||||
POSITIVE, NEGATIVE
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue