Skip to content

Commit

Permalink
Fixed eclipseGenerator.mtl for older version of Eclipse.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Mar 13, 2024
1 parent 11ee407 commit 6f129b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
try {
targetWorkspaceContainer.refreshLocal(IResource.DEPTH_INFINITE, new NullProgressMonitor());
} catch (CoreException e) {
Activator.getDefault().log(new Status(IStatus.ERROR, getClass(), "could not refresh "
Activator.getDefault().log(new Status(IStatus.ERROR, Activator.PLUGIN_ID, "could not refresh "
+ targetWorkspaceContainer.getFullPath(), e));
}
}
Expand Down

0 comments on commit 6f129b2

Please sign in to comment.