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. * Base for RocketMQ header mappers.
* *
* @author caotc * @author caotc
* @date 2019-08-22 * @since 2.1.1.RELEASE
* @since 2.1.1
*/ */
public abstract class AbstractRocketMQHeaderMapper implements RocketMQHeaderMapper { public abstract class AbstractRocketMQHeaderMapper implements RocketMQHeaderMapper {
private static final Charset DEFAULT_CHARSET = StandardCharsets.UTF_8; private static final Charset DEFAULT_CHARSET = StandardCharsets.UTF_8;

View File

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

View File

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