Skip to content

Commit 471c140

Browse files
Fix incorrect comment
1 parent cffaa8d commit 471c140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Stubs/MinimalStubsFromSource.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
2-
* Tool to generate C# stubs from a qltest snapshot.
2+
* Tool to generate java stubs from a qltest snapshot.
33
*
44
* It finds all declarations used in the source code,
5-
* and generates minimal C# stubs containing those declarations
5+
* and generates minimal java stubs containing those declarations
66
* and their dependencies.
77
*/
88

0 commit comments

Comments
 (0)