Skip to content

Commit d625025

Browse files
committed
Polish "Add default no-op method to SpringApplicationRunListener"
Closes gh-16104
1 parent 997f07d commit d625025

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplicationRunListener.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2018 the original author or authors.
2+
* Copyright 2012-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -31,7 +31,6 @@
3131
* @author Phillip Webb
3232
* @author Dave Syer
3333
* @author Andy Wilkinson
34-
* @author Artsiom Yudovin
3534
*/
3635
public interface SpringApplicationRunListener {
3736

0 commit comments

Comments
 (0)