Skip to content

Commit 450f1b8

Browse files
soun997Copilot
andauthored
chore: 주석 포맷 변경
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c8d38fe commit 450f1b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/sillim/recordit/config/neo4j/LocalNeo4jInitializer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
import org.springframework.context.annotation.Profile;
99
import org.springframework.stereotype.Component;
1010

11-
/// <summary>
12-
/// (Local 환경 한정) Spring Application 실행 시 Neo4j DB 데이터를 초기화
13-
/// </summary>
11+
/**
12+
* (Local 환경 한정) Spring Application 실행 시 Neo4j DB 데이터를 초기화
13+
*/
1414
@Component
1515
@RequiredArgsConstructor
1616
@Profile("local")

0 commit comments

Comments
 (0)