Fix Javadoc @Since checkstle violations

Apply consistent `@Since` tags and retrofit the existing code using a
best guess from the git history.

Closes gh-17360
This commit is contained in:
Phillip Webb
2019-06-28 17:40:56 -07:00
parent dc5c5702f8
commit d91f27e11f
463 changed files with 687 additions and 378 deletions

View File

@@ -36,7 +36,7 @@ import org.springframework.kafka.core.ProducerFactory;
* common properties to the producer and consumer.
*
* @author Gary Russell
* @since 1.5
* @since 1.5.0
*/
public class KafkaSpecialProducerConsumerConfigExample {