1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 17:00:08 -09:00

fix ULG symbols downloading

This commit is contained in:
Loki 2012-06-05 17:49:28 +03:00
parent 2c175dadf4
commit f088039c35

View file

@ -28,6 +28,7 @@ public class GathererSets implements Iterable<DownloadJob> {
symbolsReplacements.put("PLS", "PS");
symbolsReplacements.put("USG", "UZ");
symbolsReplacements.put("WTH", "WL");
symbolsReplacements.put("ULG", "GU");
}
public GathererSets(String path) {