package com.prupe.mcpatcher; class Config$FileEntry { String from; String to; private Config$FileEntry() {} Config$FileEntry(String from, String to) { this.from = from; this.to = to; } }