Skip to content

Commit

Permalink
fix java doc annotation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrproliu committed Oct 8, 2019
1 parent aae4e6a commit bc0133d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor;

/**
* @Author MrPro
* @author MrPro
*/
public class EhcacheConstructorInterceptor implements InstanceConstructorInterceptor {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package com.apache.skywalking.apm.plugin.ehcache.v2;

/**
* @Author MrPro
* @author MrPro
*/
public class EhcacheEnhanceInfo {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import static com.apache.skywalking.apm.plugin.ehcache.v2.define.EhcachePluginInstrumentation.LOCK_ENHANCE_METHOD_SUFFIX;

/**
* @Author MrPro
* @author MrPro
*/
public class EhcacheLockInterceptor implements InstanceMethodsAroundInterceptor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import java.lang.reflect.Method;

/**
* @Author MrPro
* @author MrPro
*/
public class EhcacheOperateAllInterceptor implements InstanceMethodsAroundInterceptor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import java.lang.reflect.Method;

/**
* @Author MrPro
* @author MrPro
*/
public class EhcacheOperateElementInterceptor implements InstanceMethodsAroundInterceptor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.lang.reflect.Method;

/**
* @Author MrPro
* @author MrPro
*/
public class EhcacheOperateObjectInterceptor implements InstanceMethodsAroundInterceptor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* {@link EhcachePluginInstrumentation} enhance @{@link net.sf.ehcache.Cache}
*
* @Author MrPro
* @author MrPro
*/
public class EhcachePluginInstrumentation extends ClassInstanceMethodsEnhancePluginDefine {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import static org.hamcrest.CoreMatchers.is;

/**
* @Author MrPro
* @author MrPro
*/
@RunWith(PowerMockRunner.class)
@PowerMockRunnerDelegate(TracingSegmentRunner.class)
Expand Down

0 comments on commit bc0133d

Please sign in to comment.