mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-03 17:41:57 +02:00
20 lines
201 B
Java
20 lines
201 B
Java
package com.earth2me.essentials.update;
|
|
|
|
import java.io.File;
|
|
|
|
|
|
public class UpdatesDownloader
|
|
{
|
|
|
|
UpdatesDownloader()
|
|
{
|
|
|
|
}
|
|
|
|
void start(File updateFolderFile, VersionInfo newVersion)
|
|
{
|
|
|
|
}
|
|
|
|
}
|