From 143ec20296fcb42604c66150e8649873563dd9d9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 23 Mar 2018 17:04:06 -0400 Subject: [PATCH] Polish "Use this.out in SummaryProgressReporter.finished()" See gh-12554 --- .../boot/cli/compiler/grape/SummaryProgressReporter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/grape/SummaryProgressReporter.java b/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/grape/SummaryProgressReporter.java index 2068e64135..1cf7aaa70c 100644 --- a/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/grape/SummaryProgressReporter.java +++ b/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/grape/SummaryProgressReporter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 the original author or authors. + * Copyright 2012-2018 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.