1
0
mirror of synced 2025-12-22 00:48:00 +08:00

格式化javadoc

This commit is contained in:
BinaryWang
2016-10-08 17:46:31 +08:00
parent a0dc8ca1ea
commit 049eb957d8
16 changed files with 18 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ import java.util.List;
import static org.junit.Assert.assertNotNull;
/**
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-09-23.
*
*/

View File

@@ -13,7 +13,7 @@ import java.util.List;
/**
*
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/9/2.
*/
@Test