Skip to content

Commit 84fe9ad

Browse files
anuv-bitsubhramit
andauthored
Update jablib/src/main/java/org/jabref/logic/openoffice/oocsltext/CSLCitationOOAdapter.java
Co-authored-by: Subhramit Basu <subhramit.bb@live.in>
1 parent 3c7015b commit 84fe9ad

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
@@ -346,7 +346,7 @@ private void updateAllCitationsWithNewStyle(CitationStyle style, CSLCitationType
346346
return CSLFormatUtils.transformHTML(citation);
347347
}
348348

349-
/// Helper method for updateAllCitationsWithNewStyle and insertInTextCitation.
349+
/// Helper method for creating in-text citations for `updateAllCitationsWithNewStyle` and `insertInTextCitation`.
350350
private @NonNull String createInTextCitation(CitationStyle style, boolean isAlphaNumericStyle, boolean isNumericStyle, BibEntry currentEntry, BibDatabaseContext bibDatabaseContext) {
351351
String citation;
352352

0 commit comments

Comments
 (0)