only:java
This commit is contained in:
parent
23b9457522
commit
f084b9e40d
|
@ -29,7 +29,7 @@ public class SignatureHelper {
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
String fileName = s.getHash() + ".ini";
|
String fileName = s.getHash() + ".ini";
|
||||||
return new Pair("https://rusefi.com/online/ini/rusefi/" + s.getBranch() + SLASH + s.getYear() + SLASH +
|
return new Pair<>("https://rusefi.com/online/ini/rusefi/" + s.getBranch() + SLASH + s.getYear() + SLASH +
|
||||||
s.getMonth() + SLASH +
|
s.getMonth() + SLASH +
|
||||||
s.getDay() + SLASH +
|
s.getDay() + SLASH +
|
||||||
s.getBundleTarget() + SLASH +
|
s.getBundleTarget() + SLASH +
|
||||||
|
|
Loading…
Reference in New Issue