Keep the logging change, the bundle key is not there any more. db_promo_f_after_tb_1
authorpnejedly@netbeans.org
Wed, 22 Jun 2005 13:44:08 +0000
changeset 3942698dcbb789
parent 38 f8072918294a
child 40 96fd1e07fd06
Keep the logging change, the bundle key is not there any more.
openide.util/src/org/openide/util/RequestProcessor.java
     1.1 --- a/openide.util/src/org/openide/util/RequestProcessor.java	Tue Jun 21 11:47:47 2005 +0000
     1.2 +++ b/openide.util/src/org/openide/util/RequestProcessor.java	Wed Jun 22 13:44:08 2005 +0000
     1.3 @@ -830,7 +830,7 @@
     1.4              ErrorManager err = ErrorManager.getDefault();
     1.5              err.annotate(
     1.6                  ex, ErrorManager.EXCEPTION, null,
     1.7 -                NbBundle.getMessage(RequestProcessor.class, "EXC_IN_REQUEST_PROCESSOR"), SLOW ? todo.item : null, null
     1.8 +                null, SLOW ? todo.item : null, null
     1.9              );
    1.10              err.notify(ex);
    1.11          }