mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 09:38:19 +08:00
统一规范化部分javadoc
This commit is contained in:
@ -20,8 +20,9 @@ import java.util.Map;
|
||||
* <pre>
|
||||
* bean操作的一些工具类
|
||||
* Created by Binary Wang on 2016-10-21.
|
||||
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
|
||||
* </pre>
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
|
||||
*/
|
||||
public class BeanUtils {
|
||||
private static Logger log = LoggerFactory.getLogger(BeanUtils.class);
|
||||
|
||||
@ -8,8 +8,9 @@ import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
* <pre>
|
||||
* 自定义的ToString方法,用于产生去掉空值属性的字符串
|
||||
* Created by Binary Wang on 2016-10-27.
|
||||
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
|
||||
* </pre>
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
*/
|
||||
public class ToStringUtils {
|
||||
public static final ToStringStyle THE_STYLE = new SimpleMultiLineToStringStyle();
|
||||
|
||||
@ -10,7 +10,7 @@ import static org.testng.Assert.assertNotNull;
|
||||
* Created by BinaryWang on 2017/6/10.
|
||||
* </pre>
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
*/
|
||||
public class SHA1Test {
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user