Depreciated Class
authorBruno Sinou <bsinou@argeo.org>
Thu, 8 Mar 2012 15:50:32 +0000 (15:50 +0000)
committerBruno Sinou <bsinou@argeo.org>
Thu, 8 Mar 2012 15:50:32 +0000 (15:50 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5167 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java

index 5550b4075973b9f3ecf7b66967132961cde7d4c3..8549bf26bf02f1256865be6e2e09ab8d722c633d 100644 (file)
@@ -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 {