From 756f02d435c8da427def03b0ce8312680cf7ce4f Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 8 Feb 2023 14:45:43 -0500 Subject: [PATCH] javadocs cleanup in Binding interface --- .../org/springframework/cloud/stream/binder/Binding.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/Binding.java b/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/Binding.java index 5d3e51515..d9994f57b 100644 --- a/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/Binding.java +++ b/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/Binding.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2019 the original author or authors. + * Copyright 2016-2023 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. @@ -28,13 +28,12 @@ import org.springframework.integration.core.Pausable; * represents a connection from an adapter to an input. A producer binding represents a * connection from an output to an adapter. * - * @param type of a binding + * @param type of binding * @author Jennifer Hickey * @author Mark Fisher * @author Gary Russell * @author Marius Bogoevici * @author Oleg Zhurakousky - * @see org.springframework.cloud.stream.annotation.EnableBinding */ public interface Binding extends Pausable {