From 152ee95261c7435f7527db7b030caa876547cea0 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 13 Jan 2016 14:46:54 +0000 Subject: [PATCH] Polish --- .../src/main/java/org/springframework/boot/ExitCodeEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/ExitCodeEvent.java b/spring-boot/src/main/java/org/springframework/boot/ExitCodeEvent.java index e4464d86693..a16af1c4d23 100644 --- a/spring-boot/src/main/java/org/springframework/boot/ExitCodeEvent.java +++ b/spring-boot/src/main/java/org/springframework/boot/ExitCodeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2016 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.