1
0
mirror of synced 2026-02-19 02:27:46 +08:00

💡 规范注释

This commit is contained in:
yadong.zhang
2019-07-27 07:55:52 +08:00
parent 64aa1940e4
commit a2d6dfe707
34 changed files with 47 additions and 36 deletions

View File

@@ -8,7 +8,6 @@ import org.junit.Test;
/**
* @author yadong.zhang (yadong.zhang0415(a)gmail.com)
* @since 1.8
*/
public class AuthRequestTest {

View File

@@ -1,7 +1,6 @@
package me.zhyd.oauth.utils;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.JSONPath;
import org.junit.Test;
@@ -12,8 +11,9 @@ import java.util.List;
import java.util.Map;
/**
* 其他测试方法
*
* @author yadong.zhang (yadong.zhang0415(a)gmail.com)
* @since 1.8
*/
public class CustomTest {
@@ -68,7 +68,7 @@ public class CustomTest {
}
@Test
public void jsonpath(){
public void jsonpath() {
List<Map<String, Map<String, Object>>> list = new ArrayList<>();
Map<String, Map<String, Object>> map = new HashMap<>();