Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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