Skip to content

Commit afb9e76

Browse files
authored
Change JavaDoc to annotation (JabRef#10571)
* Change JavaDoc to annoation (and fix visibility) * Fix visibility
1 parent b06e1ec commit afb9e76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/jabref/logic/citationkeypattern/CitationKeyPatternPreferences.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
import javafx.beans.property.SimpleStringProperty;
99
import javafx.beans.property.StringProperty;
1010

11+
import com.google.common.annotations.VisibleForTesting;
12+
1113
public class CitationKeyPatternPreferences {
1214

1315
public enum KeySuffix {
@@ -51,9 +53,7 @@ public CitationKeyPatternPreferences(boolean shouldAvoidOverwriteCiteKey,
5153
this.keywordDelimiter = keywordDelimiter;
5254
}
5355

54-
/**
55-
* For use in test
56-
*/
56+
@VisibleForTesting
5757
public CitationKeyPatternPreferences(boolean shouldAvoidOverwriteCiteKey,
5858
boolean shouldWarnBeforeOverwriteCiteKey,
5959
boolean shouldGenerateCiteKeysBeforeSaving,

0 commit comments

Comments
 (0)