Skip to content

Commit d816035

Browse files
committed
Java/Kotlin: Tweak LoC message
1 parent 13a9e83 commit d816035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Metrics/Summaries/LinesOfCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id java/summary/lines-of-code
3-
* @name Total lines of Java+Kotlin code in the database
3+
* @name Total lines of Java/Kotlin code in the database
44
* @description The total number of lines of code across all Java and Kotlin files. This is a useful metric of the size of a database.
55
* For all source files that were seen during the build, this query counts the lines of code, excluding whitespace
66
* or comments.

0 commit comments

Comments
 (0)