Remove duplicated "the" in Javadocs

This commit is contained in:
Sanghyuk Jung
2024-08-03 08:26:09 +09:00
committed by GitHub
parent 3f3a746ff0
commit 32f2668260
6 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2024 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.
@@ -46,7 +46,7 @@ public interface MessageProducer {
}
/**
* Return the the output channel.
* Return the output channel.
* @return the channel.
* @since 4.3
*/