From 4729d170a8fea6b577a0eddc2754ee0ed252ebff Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 3 Jan 2019 10:26:09 +0100 Subject: [PATCH] Polish "Ensure checking customizer ordering" Closes gh-15603 --- .../boot/web/client/RestTemplateBuilderTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/RestTemplateBuilderTests.java b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/RestTemplateBuilderTests.java index e8f8d597ee7..3852df32f89 100644 --- a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/RestTemplateBuilderTests.java +++ b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/RestTemplateBuilderTests.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.