#65805: NPE while updating files BLD200510100858
authorjbecicka@netbeans.org
Mon, 10 Oct 2005 06:50:09 +0000
changeset 64719cd98fcbd45c
parent 6470 20fa35e44d6e
child 6472 52d0786bdab8
#65805: NPE while updating files
typo fixed
refactoring.vcs/src/org/netbeans/modules/refactoring/vcs/CheckoutFiles.java
     1.1 --- a/refactoring.vcs/src/org/netbeans/modules/refactoring/vcs/CheckoutFiles.java	Sun Oct 09 21:36:54 2005 +0000
     1.2 +++ b/refactoring.vcs/src/org/netbeans/modules/refactoring/vcs/CheckoutFiles.java	Mon Oct 10 06:50:09 2005 +0000
     1.3 @@ -67,7 +67,7 @@
     1.4      }
     1.5      
     1.6      private void rerunRefactoring(Action rerunRefactoringAction) {
     1.7 -        parent.close();
     1.8 +        parent.cancel();
     1.9          rerunRefactoringAction.actionPerformed(null);
    1.10      }
    1.11