You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style(test): translate Chinese comments to English
Refactor comments in LoggerProcessUnitFactoryTest.java as a follow-up
to the JUnit 5 migration work. This ensures all comments follow the
project's English documentation standards.
Copy file name to clipboardExpand all lines: trpc-logger/trpc-logger-admin/src/test/java/com/tencent/trpc/logger/admin/LoggerProcessUnitFactoryTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ public void tearDown() throws Exception {
26
26
}
27
27
28
28
/**
29
-
* 通过反射重置 LoggerProcessUnitFactory 的静态变量
29
+
* Reset static variable of LoggerProcessUnitFactory via reflection
0 commit comments