Added comment showing where the code is from

This commit is contained in:
cyian-1756 2018-05-12 10:54:15 -04:00
parent def01bfb45
commit 1fe3f10be7

View File

@ -9,6 +9,8 @@ import java.util.Locale;
import java.util.PropertyResourceBundle;
import java.util.ResourceBundle;
// Code taken from https://stackoverflow.com/questions/4659929/how-to-use-utf-8-in-resource-properties-with-resourcebundle/4660195#4660195
public class UTF8Control extends ResourceBundle.Control {
public ResourceBundle newBundle
(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)