From dca6879d4e97205e34965ceaccb23fbc17ca5542 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Jan 2019 13:25:34 +0100 Subject: [PATCH] Polish "Remove an unused interface in RestarterTests" Closes gh-15666 --- .../springframework/boot/devtools/restart/RestarterTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java b/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java index f07c01af105..1074cf761c6 100644 --- a/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java +++ b/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java @@ -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.