add comments

This commit is contained in:
oppofind 2019-09-20 17:28:47 +08:00
parent f636457ef3
commit 44aefcc51c
1 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ public class DocUtil {
/**
* handle spring mvc method
* @param method
* @return
* @return String
*/
public static String handleHttpMethod(String method) {
switch (method) {
@ -241,7 +241,7 @@ public class DocUtil {
/**
* handle spring mvc mapping value
* @param annotation
* @return
* @return String
*/
public static String handleMappingValue(JavaAnnotation annotation){
if (null == annotation.getNamedParameter("value")) {