From d6250250512008505982b6ff409fe283e20f5834 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Mar 2019 08:02:13 +0100 Subject: [PATCH] Polish "Add default no-op method to SpringApplicationRunListener" Closes gh-16104 --- .../org/springframework/boot/SpringApplicationRunListener.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplicationRunListener.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplicationRunListener.java index 98833bcb35..0d396620c4 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplicationRunListener.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplicationRunListener.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. @@ -31,7 +31,6 @@ import org.springframework.core.io.support.SpringFactoriesLoader; * @author Phillip Webb * @author Dave Syer * @author Andy Wilkinson - * @author Artsiom Yudovin */ public interface SpringApplicationRunListener {