Skip to content

Commit 5540b93

Browse files
authored
Fixed typo in BuildInfo (#6807)
1 parent c617d34 commit 5540b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jabref/logic/util/BuildInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public BuildInfo(String path) {
5151
developers = properties.getProperty("developers", "");
5252
azureInstrumentationKey = BuildInfo.getValue(properties, "azureInstrumentationKey", "");
5353
springerNatureAPIKey = BuildInfo.getValue(properties, "springerNatureAPIKey", "118d90a519d0fc2a01ee9715400054d4");
54-
astrophysicsDataSystemAPIKey = BuildInfo.getValue(properties, "AstrophysicsDataSystemAPIKey", "tAhPRKADc6cC26mZUnAoBt3MAjCvKbuCZsB4lI3c");
54+
astrophysicsDataSystemAPIKey = BuildInfo.getValue(properties, "astrophysicsDataSystemAPIKey", "tAhPRKADc6cC26mZUnAoBt3MAjCvKbuCZsB4lI3c");
5555
ieeeAPIKey = BuildInfo.getValue(properties, "ieeeAPIKey", "5jv3wyt4tt2bwcwv7jjk7pc3");
5656
minRequiredJavaVersion = properties.getProperty("minRequiredJavaVersion", "1.8");
5757
allowJava9 = "true".equals(properties.getProperty("allowJava9", "true"));

0 commit comments

Comments
 (0)