made constructor public so PMD.java can call it

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@798 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-08-28 13:32:48 +00:00
parent 0d0fb8d416
commit 9ba2733e26

View File

@ -32,7 +32,7 @@ public class PMDViewer extends JFrame
*******************************************************************************
*
*/
private PMDViewer()
public PMDViewer()
{
super("PMD Viewer");
@ -195,7 +195,7 @@ public class PMDViewer extends JFrame
*
* @param args
*/
private void setupFiles()
public void setupFiles()
{
m_directoryTree.setupFiles();
}