formatting/spelling

This commit is contained in:
Brandon Fergerson 2019-03-17 10:31:58 -06:00
parent ffb6a1bde2
commit 6a6cbaa1b5
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@
*
*/
package org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor;
import org.springframework.web.bind.annotation.*;
@ -25,7 +24,7 @@ import java.lang.reflect.Method;
/**
* The <code>RestMappingMethodInterceptor</code> only use the first mapping value.
* it will inteceptor with
* it will interceptor with
* <code>@GetMapping</code>, <code>@PostMapping</code>, <code>@PutMapping</code>
* <code>@DeleteMapping</code>, <code>@PatchMapping</code>
*