Skip to content

Commit 7b14e7b

Browse files
committed
fix: changed file headers from class names to file names.
1 parent a0a7a78 commit 7b14e7b

16 files changed

+16
-16
lines changed

src/main/java/com/github/sttk/sabi/AsyncGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AsyncGroup class.
2+
* AsyncGroup.java
33
* Copyright (C) 2023-2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi;

src/main/java/com/github/sttk/sabi/DataAcc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* DataAcc class.
2+
* DataAcc.java
33
* Copyright (C) 2023-2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi;

src/main/java/com/github/sttk/sabi/DataConn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* DataConn class.
2+
* DataConn.java
33
* Copyright (C) 2022-2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi;

src/main/java/com/github/sttk/sabi/DataHub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* DataHub class.
2+
* DataHub.java
33
* Copyright (C) 2022-2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi;

src/main/java/com/github/sttk/sabi/DataSrc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* DataSrc class.
2+
* DataSrc.java
33
* Copyright (C) 2022-2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi;

src/main/java/com/github/sttk/sabi/Logic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Logic class.
2+
* Logic.java
33
* Copyright (C) 2022-2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi;

src/main/java/com/github/sttk/sabi/Runner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Runner class.
2+
* Runner.java
33
* Copyright (C) 2022-2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi;

src/main/java/com/github/sttk/sabi/Sabi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Sabi class.
2+
* Sabi.java
33
* Copyright (C) 2022-2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi;

src/main/java/com/github/sttk/sabi/internal/AsyncGroupImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AsyncGroup class.
2+
* AsyncGroupImpl.java
33
* Copyright (C) 2023-2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi.internal;

src/main/java/com/github/sttk/sabi/internal/DataConnContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* DataConnContainer class.
2+
* DataConnContainer.java
33
* Copyright (C) 2025 Takayuki Sato. All Rights Reserved.
44
*/
55
package com.github.sttk.sabi.internal;

0 commit comments

Comments
 (0)