File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/org/jabref/logic/util Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" ));
You can’t perform that action at this time.
0 commit comments