Skip to content

Commit

Permalink
fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
“HzjNeverStop” committed May 21, 2024
1 parent 2fe4508 commit 91bf804
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author muqingcai
* @date 2024年4月19日 上午9:54:51
* @version 2024年4月19日 上午9:54:51
*/
public class NoopRecorder implements Recorder {
public static final NoopRecorder INSTANCE = new NoopRecorder();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
* @author muqingcai
* @date 2024年4月19日 上午9:54:59
* @version 2024年4月19日 上午9:54:59
*/
public class RecordContext {
private int requestId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author muqingcai
* @date 2024年4月19日 上午9:55:54
* @version 2024年4月19日 上午9:55:54
*/
public enum RecordScene {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/alipay/sofa/common/insight/Recorder.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author muqingcai
* @date 2024年4月11日 下午9:56:03
* @version 2024年4月11日 下午9:56:03
*/
public interface Recorder {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* @author muqingcai
* @date 2024年4月11日 下午2:32:31
* @version 2024年4月11日 下午2:32:31
*/
public class RecorderManager {
private static final Logger LOGGER = ConfigLoggerFactory.getLogger(RecorderManager.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/**
* @author muqingcai
* @date 2024年5月13日 下午12:45:52
* @version 2024年5月13日 下午12:45:52
*/
public class RecorderManagerTest {
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/**
* @author muqingcai
* @date 2024年5月13日 下午12:45:58
* @version 2024年5月13日 下午12:45:58
*/
public class SampleRecorder implements Recorder {
private static final PrintStream TTY = System.out;
Expand Down

0 comments on commit 91bf804

Please sign in to comment.