Changeset 3517
- Timestamp:
- Mar 14, 2008, 9:51:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.rfpdt.ui/src/org/refal/rfpdt/ui/actions/IndentAction.java
r3515 r3517 1 1 package org.refal.rfpdt.ui.actions; 2 2 3 import org.eclipse.core.runtime.IStatus;4 import org.eclipse.core.runtime.Status;5 3 import org.eclipse.jface.action.IAction; 6 4 import org.eclipse.jface.text.BadLocationException; … … 60 58 } catch (BadLocationException e) { 61 59 // will only happen on concurrent modification 62 RfpCore.log( new Status(IStatus.ERROR, RfpCore.getPluginId(), IStatus.OK, "", e)); //$NON-NLS-1$60 RfpCore.log("ConcurrentModification in IndentAction", e); //$NON-NLS-1$ 63 61 return; 64 62 }
Note: See TracChangeset
for help on using the changeset viewer.