Merge branch '2.1.x'

This commit is contained in:
Andy Wilkinson
2019-02-11 16:13:52 +00:00
7 changed files with 13 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 the original author or authors.
* Copyright 2012-2019 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.
@@ -42,7 +42,6 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.context.event.GenericApplicationListener;
import org.springframework.core.ResolvableType;
import org.springframework.lang.Nullable;
import org.springframework.util.StringUtils;
/**
@@ -185,7 +184,7 @@ public class LocalDevToolsAutoConfiguration {
}
@Override
public boolean supportsSourceType(@Nullable Class<?> sourceType) {
public boolean supportsSourceType(Class<?> sourceType) {
return true;
}