package net.sourceforge.phpdt.tidy;
/**
- *
+ *
* Error/informational message reporter.
*
* You should only need to edit the file TidyMessages.properties
static {
try {
- res = ResourceBundle.getBundle("org/w3c/tidy/TidyMessages");
+ res = ResourceBundle.getBundle("net/sourceforge/phpdt/tidy/TidyMessages");
} catch (MissingResourceException e) {
throw new Error(e.toString());
}