Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix author
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNoobKing committed Jan 26, 2024
1 parent cdd8c9d commit 8cc706b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

/**
* 合并部署请求。
* @author gouzhendong.gzd
* @version $Id: BatchInstallRequest, v 0.1 2023-11-20 15:21 gouzhendong.gzd Exp $
* @author CodeNoobKingKc2
* @version $Id: BatchInstallRequest, v 0.1 2023-11-20 15:21 CodeNoobKingKc2 Exp $
*/
@NoArgsConstructor
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

/**
* 合并部署响应。
* @author gouzhendong.gzd
* @version $Id: BatchInstallResponse, v 0.1 2023-11-20 15:19 gouzhendong.gzd Exp $
* @author CodeNoobKingKc2
* @version $Id: BatchInstallResponse, v 0.1 2023-11-20 15:19 CodeNoobKingKc2 Exp $
*/
@NoArgsConstructor
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

/**
* 合并部署帮助类。
* @author gouzhendong.gzd
* @version $Id: BatchInstallService, v 0.1 2023-11-20 15:35 gouzhendong.gzd Exp $
* @author CodeNoobKingKc2
* @version $Id: BatchInstallService, v 0.1 2023-11-20 15:35 CodeNoobKingKc2 Exp $
*/
public class BatchInstallHelper {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

/**
*
* @author gouzhendong.gzd
* @version $Id: BatchInstallHelper, v 0.1 2023-11-22 10:59 gouzhendong.gzd Exp $
* @author CodeNoobKingKc2
* @version $Id: BatchInstallHelper, v 0.1 2023-11-22 10:59 CodeNoobKingKc2 Exp $
*/
@RunWith(MockitoJUnitRunner.class)
public class BatchInstallHelperTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

/**
*
* @author gouzhendong.gzd
* @version $Id: ApplicationContextEventListener, v 0.1 2023-11-21 11:26 gouzhendong.gzd Exp $
* @author CodeNoobKingKc2
* @version $Id: ApplicationContextEventListener, v 0.1 2023-11-21 11:26 CodeNoobKingKc2 Exp $
*/
public class StaticBatchInstallEventListener implements
ApplicationListener<ApplicationContextEvent> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

/**
*
* @author gouzhendong.gzd
* @version $Id: ApplicationContextEventListenerTest, v 0.1 2023-11-21 11:32 gouzhendong.gzd Exp $
* @author CodeNoobKingKc2
* @version $Id: ApplicationContextEventListenerTest, v 0.1 2023-11-21 11:32 CodeNoobKingKc2 Exp $
*/
@RunWith(MockitoJUnitRunner.class)
public class StaticBatchInstallEventListenerTest {
Expand Down

0 comments on commit 8cc706b

Please sign in to comment.