diff --git a/pmd-jedit/etc/changelog.txt b/pmd-jedit/etc/changelog.txt index 8d93cd9bd5..4035e51dd1 100644 --- a/pmd-jedit/etc/changelog.txt +++ b/pmd-jedit/etc/changelog.txt @@ -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 diff --git a/pmd-jedit/src/net/sourceforge/pmd/jedit/PMDJEditPlugin.java b/pmd-jedit/src/net/sourceforge/pmd/jedit/PMDJEditPlugin.java index 59f28d9b01..3a0502f388 100644 --- a/pmd-jedit/src/net/sourceforge/pmd/jedit/PMDJEditPlugin.java +++ b/pmd-jedit/src/net/sourceforge/pmd/jedit/PMDJEditPlugin.java @@ -78,6 +78,4 @@ public class PMDJEditPlugin extends EBPlugin { public void instanceDisplayPreferencesDialog(View view) { PMDOptionPane options = new PMDOptionPane(); } - - }