Skip to content
Snippets Groups Projects
Commit 9e8e0059 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

getCurrent -> getDefault

refs 2553
parent 984235a4
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ import org.fortiss.tooling.kernel.utils.ConstraintsUtils;
* @author vincent
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: B4F1D008526394421C9C90AA5F819EF4
* @ConQAT.Rating YELLOW Hash: 8390A325B0C4AA4786CB38C3451B5511
*/
public class ConstraintVerifierUIBases {
......@@ -202,7 +202,7 @@ public class ConstraintVerifierUIBases {
/** {@inheritDoc} */
@Override
public void onOutdate(T constraint) {
Display display = Display.getCurrent();
Display display = Display.getDefault();
(new Job("Constraint verification job") {
@Override
protected IStatus run(IProgressMonitor monitor) {
......
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