1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-03 17:41:57 +02:00
Files
Essentials/EssentialsUpdate/src/com/earth2me/essentials/update/UpdatesDownloader.java
2011-10-12 03:14:26 +02:00

20 lines
201 B
Java

package com.earth2me.essentials.update;
import java.io.File;
public class UpdatesDownloader
{
UpdatesDownloader()
{
}
void start(File updateFolderFile, VersionInfo newVersion)
{
}
}