统一规范化部分javadoc

This commit is contained in:
Binary Wang
2017-09-21 15:07:04 +08:00
parent 9d27c15136
commit 13ca47c91b
10 changed files with 24 additions and 20 deletions

View File

@ -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);

View File

@ -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();

View File

@ -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