Skip to content

Commit 0179d92

Browse files
anuv-bitsubhramit
andauthored
Fix: improve javadoc comment for createCitation helper method
Co-authored-by: Subhramit Basu <subhramit.bb@live.in>
1 parent 84fe9ad commit 0179d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jablib/src/main/java/org/jabref/logic/openoffice/oocsltext/CSLCitationOOAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ private void updateAllCitationsWithNewStyle(CitationStyle style, CSLCitationType
333333
}
334334
}
335335

336-
/// Helper method for updateAllCitationsWithNewStyle and insertCitation.
336+
/// Helper method for creating citations for `updateAllCitationsWithNewStyle` and `insertCitation`.
337337
private @NonNull String createCitation(CitationStyle style, boolean isAlphaNumericStyle, List<BibEntry> entries, BibDatabaseContext unifiedBibDatabaseContext) {
338338
String citation;
339339

0 commit comments

Comments
 (0)