Skip to content

Commit

Permalink
Change JavaDoc to annotation (JabRef#10571)
Browse files Browse the repository at this point in the history
* Change JavaDoc to annoation (and fix visibility)

* Fix visibility
  • Loading branch information
koppor committed Oct 25, 2023
1 parent b06e1ec commit afb9e76
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;

import com.google.common.annotations.VisibleForTesting;

public class CitationKeyPatternPreferences {

public enum KeySuffix {
Expand Down Expand Up @@ -51,9 +53,7 @@ public CitationKeyPatternPreferences(boolean shouldAvoidOverwriteCiteKey,
this.keywordDelimiter = keywordDelimiter;
}

/**
* For use in test
*/
@VisibleForTesting
public CitationKeyPatternPreferences(boolean shouldAvoidOverwriteCiteKey,
boolean shouldWarnBeforeOverwriteCiteKey,
boolean shouldGenerateCiteKeysBeforeSaving,
Expand Down

0 comments on commit afb9e76

Please sign in to comment.