done for now, prepping for release

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@251 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-09 17:41:13 +00:00
parent dd5e931533
commit efa1eff7ed
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
???? 2002 - 0.2:
July 9 2002 - 0.2:
Fixed bug - a message, not an empty box, is now displayed if no errors are found.
Added options pane so rulesets are selectable and selctions are persistant.
Added options pane so rulesets are selectable and selections are persistant.
July 8 2002 - 0.1:
Initial release

View File

@ -78,6 +78,4 @@ public class PMDJEditPlugin extends EBPlugin {
public void instanceDisplayPreferencesDialog(View view) {
PMDOptionPane options = new PMDOptionPane();
}
}