Skip to content

Commit 424a097

Browse files
committed
add missing javadoc param
1 parent 64cda8f commit 424a097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/AnalyzerGuru.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ public static void writeXref(AnalyzerFactory factory, Reader in,
699699
* @param defs definitions for the source file, if available
700700
* @param annotation annotation information for the file
701701
* @param project project the file belongs to
702+
* @param file file object, used for logging only
702703
* @throws java.io.IOException if an error occurs while creating the output
703704
*/
704705
public static void writeDumpedXref(String contextPath,

0 commit comments

Comments
 (0)