1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

format javadoc

Signed-off-by: caotc <250622148@qq.com>
This commit is contained in:
caotc 2019-09-03 15:40:32 +08:00
parent 2cacc97d94
commit 8ed8cd2dba
3 changed files with 3 additions and 6 deletions

View File

@ -11,8 +11,7 @@ import org.springframework.util.Assert;
* Base for RocketMQ header mappers.
*
* @author caotc
* @date 2019-08-22
* @since 2.1.1
* @since 2.1.1.RELEASE
*/
public abstract class AbstractRocketMQHeaderMapper implements RocketMQHeaderMapper {
private static final Charset DEFAULT_CHARSET = StandardCharsets.UTF_8;

View File

@ -20,8 +20,7 @@ import com.google.common.collect.Maps;
* {@link #JSON_TYPES}.
*
* @author caotc
* @date 2019-08-22
* @since 2.1.1
* @since 2.1.1.RELEASE
*/
public class JacksonRocketMQHeaderMapper extends AbstractRocketMQHeaderMapper {
private final static Logger log = LoggerFactory

View File

@ -8,8 +8,7 @@ import org.springframework.messaging.MessageHeaders;
* header value mapper for RocketMQ
*
* @author caotc
* @date 2019-08-22
* @since 2.1.1
* @since 2.1.1.RELEASE
*/
public interface RocketMQHeaderMapper {
/**