From e15e140f8ceb65ef3cfcb0a74ca1083532867e60 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jan 2019 09:19:41 +0000 Subject: [PATCH] Polish "Fix typos in JsonContentAssert failure messages" See gh-15752 --- .../org/springframework/boot/test/json/JsonContentAssert.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java index 79eb0d90c49..2c2d04a3a99 100644 --- a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java +++ b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.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.