From 7a27dbd8db19ff37bd5a7c8854d07a60e563b93d Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Thu, 8 Mar 2012 15:50:32 +0000 Subject: [PATCH] Depreciated Class git-svn-id: https://svn.argeo.org/commons/trunk@5167 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.30.2