Changed the scope to be public.

This commit is contained in:
Oliver Burn 2003-02-23 07:32:30 +00:00
parent ef2aa379d8
commit 17cfbb2442
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ import org.xml.sax.helpers.DefaultHandler;
*
* @author <a href="mailto:checkstyle@puppycrawl.com">Oliver Burn</a>
*/
abstract class AbstractLoader
public abstract class AbstractLoader
extends DefaultHandler
{
/** the public id to resolve */

View File

@ -44,7 +44,7 @@ import org.xml.sax.SAXException;
* @author <a href="mailto:checkstyle@puppycrawl.com">Oliver Burn</a>
* @version 1.0
*/
class ConfigurationLoader
public class ConfigurationLoader
extends AbstractLoader
{
/** the public ID for the configuration dtd */