Commit 1c294dd5 authored by Andy Wilkinson's avatar Andy Wilkinson

Deprecate DefaultProfileDocumentMatcher

Closes gh-6798
parent 3a887151
...@@ -26,7 +26,9 @@ import org.springframework.beans.factory.config.YamlProcessor.MatchStatus; ...@@ -26,7 +26,9 @@ import org.springframework.beans.factory.config.YamlProcessor.MatchStatus;
* explicitly (i.e. matches if "spring.profiles" is not found and not otherwise). * explicitly (i.e. matches if "spring.profiles" is not found and not otherwise).
* *
* @author Dave Syer * @author Dave Syer
* @deprecated since 1.4.1 as it is no longer used
*/ */
@Deprecated
public class DefaultProfileDocumentMatcher implements DocumentMatcher { public class DefaultProfileDocumentMatcher implements DocumentMatcher {
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment