This commit is contained in:
Stephane Nicoll
2020-01-01 09:16:53 +01:00
parent a9b0b78cb2
commit 6fc52b0563
11 changed files with 28 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2019 the original author or authors.
* Copyright 2012-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -164,7 +164,7 @@ class OnClassCondition extends FilteringSpringBootCondition {
}
private final class StandardOutcomesResolver implements OutcomesResolver {
private static final class StandardOutcomesResolver implements OutcomesResolver {
private final String[] autoConfigurationClasses;

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2019 the original author or authors.
* Copyright 2012-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -212,7 +212,7 @@ class NoSuchBeanDefinitionFailureAnalyzer extends AbstractInjectionFailureAnalyz
return unsatisfiedDependencyException.getInjectionPoint();
}
private class Source {
private static class Source {
private final String className;
@@ -307,7 +307,7 @@ class NoSuchBeanDefinitionFailureAnalyzer extends AbstractInjectionFailureAnalyz
}
private class AutoConfigurationResult {
private static class AutoConfigurationResult {
private final MethodMetadata methodMetadata;