Fix checkstyle error

This commit is contained in:
Phillip Webb
2016-04-10 23:37:35 -07:00
parent 8514064d5c
commit abe8c2ec17

View File

@@ -105,6 +105,9 @@ public class SpringProfileDocumentMatcher implements DocumentMatcher {
return result.toString();
}
/**
* Profile match types.
*/
enum ProfileType {
POSITIVE, NEGATIVE
}