Skip to content

Commit b7c1b9b

Browse files
committed
Add informative comments for future ref
1 parent 4f9a016 commit b7c1b9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/com/codesungrape/hmcts/bookapi/BookApiApplication.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
public class BookApiApplication {
1212

1313
/**
14-
* Placeholder.
14+
* Private constructor to prevent instantiation.
15+
* This avoids Checkstyle treating this as an instantiable utility class.
1516
*/
1617
private BookApiApplication() {
17-
// prevents instantiation
18+
// Intentionally empty — prevents accidental instantiation
1819
}
1920

2021
/**

0 commit comments

Comments
 (0)