mirror of
				https://github.com/MinimalBible/MinimalBible-Legacy
				synced 2025-11-03 18:00:34 -05:00 
			
		
		
		
	Very minor move
This commit is contained in:
		@ -23,7 +23,6 @@ public class DownloadManager {
 | 
			
		||||
	public static DownloadManager getInstance() {
 | 
			
		||||
		if (instance == null) {
 | 
			
		||||
			instance = new DownloadManager();
 | 
			
		||||
			instance.downloadEvents();
 | 
			
		||||
		}
 | 
			
		||||
		return instance;
 | 
			
		||||
	}
 | 
			
		||||
@ -31,6 +30,7 @@ public class DownloadManager {
 | 
			
		||||
	private DownloadManager() {
 | 
			
		||||
		setDownloadDir();
 | 
			
		||||
		downloadBus = new EventBus();
 | 
			
		||||
		downloadEvents();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public Map<String, Installer> getInstallers() {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user