diff --git a/spring-core/src/main/java/org/springframework/util/ConcurrentLruCache.java b/spring-core/src/main/java/org/springframework/util/ConcurrentLruCache.java index 2f1f2e0896..1d99b4cd09 100644 --- a/spring-core/src/main/java/org/springframework/util/ConcurrentLruCache.java +++ b/spring-core/src/main/java/org/springframework/util/ConcurrentLruCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2020 the original author or authors. + * Copyright 2002-2021 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. @@ -174,7 +174,7 @@ public class ConcurrentLruCache { } /** - * Return the the maximum number of entries in the cache + * Return the maximum number of entries in the cache * (0 indicates no caching, always generating a new value). * @see #size() */ diff --git a/spring-messaging/src/main/java/org/springframework/messaging/simp/config/AbstractMessageBrokerConfiguration.java b/spring-messaging/src/main/java/org/springframework/messaging/simp/config/AbstractMessageBrokerConfiguration.java index df9b5320fb..fb4150ad7b 100644 --- a/spring-messaging/src/main/java/org/springframework/messaging/simp/config/AbstractMessageBrokerConfiguration.java +++ b/spring-messaging/src/main/java/org/springframework/messaging/simp/config/AbstractMessageBrokerConfiguration.java @@ -83,7 +83,7 @@ import org.springframework.validation.Validator; * * *

{@link #brokerChannel} delivers messages from within the application to the - * the respective message handlers. {@link #brokerMessagingTemplate} can be injected + * respective message handlers. {@link #brokerMessagingTemplate} can be injected * into any application component to send messages. * *

Subclasses are responsible for the parts of the configuration that feed messages diff --git a/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/AbstractDatabaseClientIntegrationTests.java b/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/AbstractDatabaseClientIntegrationTests.java index dff746cd59..d315a10290 100644 --- a/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/AbstractDatabaseClientIntegrationTests.java +++ b/spring-r2dbc/src/test/java/org/springframework/r2dbc/core/AbstractDatabaseClientIntegrationTests.java @@ -59,7 +59,7 @@ public abstract class AbstractDatabaseClientIntegrationTests { protected abstract ConnectionFactory createConnectionFactory(); /** - * Return the the CREATE TABLE statement for table {@code legoset} with the following + * Return the CREATE TABLE statement for table {@code legoset} with the following * three columns: *