X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fruntime%2Forg.argeo.eclipse.ui.jcr%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Feclipse%2Fui%2Fjcr%2Fcommands%2FRefresh.java;h=8549bf26bf02f1256865be6e2e09ab8d722c633d;hb=7a27dbd8db19ff37bd5a7c8854d07a60e563b93d;hp=5550b4075973b9f3ecf7b66967132961cde7d4c3;hpb=33d4948aa92fb5b786359ab01723c6b5abfc1d25;p=lgpl%2Fargeo-commons.git diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java b/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java index 5550b4075..8549bf26b 100644 --- a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java +++ b/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java @@ -17,6 +17,7 @@ import org.eclipse.ui.handlers.HandlerUtil; * if some changes in the underlying data have not yet been propagated to the * model, the view will not display up-to-date information. */ +@Deprecated public class Refresh extends AbstractHandler { public Object execute(ExecutionEvent event) throws ExecutionException {