From abe8c2ec17aa0247cc9398c2d0cc6505852bab3f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 10 Apr 2016 23:37:35 -0700 Subject: [PATCH] Fix checkstyle error --- .../boot/yaml/SpringProfileDocumentMatcher.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot/src/main/java/org/springframework/boot/yaml/SpringProfileDocumentMatcher.java b/spring-boot/src/main/java/org/springframework/boot/yaml/SpringProfileDocumentMatcher.java index c57f9ae1af..771086af83 100644 --- a/spring-boot/src/main/java/org/springframework/boot/yaml/SpringProfileDocumentMatcher.java +++ b/spring-boot/src/main/java/org/springframework/boot/yaml/SpringProfileDocumentMatcher.java @@ -105,6 +105,9 @@ public class SpringProfileDocumentMatcher implements DocumentMatcher { return result.toString(); } + /** + * Profile match types. + */ enum ProfileType { POSITIVE, NEGATIVE }