Skip to content
Snippets Groups Projects
Commit b0567cc0 authored by Jürgen Walter's avatar Jürgen Walter
Browse files

minor

parent f6be374a
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@ public class EditorHelper {
}
if (win != null) {
IWorkbenchPage page = win.getActivePage();
final IWorkbenchPage page = win.getActivePage();
if (page != null) {
IFileStore fileStore = EFS.getLocalFileSystem().getStore(iPath);
final IFileStore fileStore = EFS.getLocalFileSystem().getStore(iPath);
Display.getDefault().asyncExec(new Runnable() {
public void run() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment