Changed the scope to be public.
This commit is contained in:
parent
ef2aa379d8
commit
17cfbb2442
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue