From bba3553dfb2561b9e779a6ca13b080c12b5940b1 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 24 Sep 2019 12:43:10 +0200 Subject: [PATCH] Polish SpringVersion --- .../main/java/org/springframework/core/SpringVersion.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-core/src/main/java/org/springframework/core/SpringVersion.java b/spring-core/src/main/java/org/springframework/core/SpringVersion.java index 130e7972451..962343eef41 100644 --- a/spring-core/src/main/java/org/springframework/core/SpringVersion.java +++ b/spring-core/src/main/java/org/springframework/core/SpringVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2018 the original author or authors. + * Copyright 2002-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. @@ -24,8 +24,8 @@ import org.springframework.lang.Nullable; * *

Note that some ClassLoaders do not expose the package metadata, * hence this class might not be able to determine the Spring version - * in all environments. Consider using a reflection-based check instead: - * For example, checking for the presence of a specific Spring 5.0 + * in all environments. Consider using a reflection-based check instead — + * for example, checking for the presence of a specific Spring 5.2 * method that you intend to call. * * @author Juergen Hoeller