Clean solution to solve RAP specific file download service issue revealed by the...
[lgpl/argeo-commons.git] / base / runtime / org.argeo.eclipse.ui.rap / src / main / java / org / argeo / eclipse / ui / specific / FileHandler.java
index 1c53d84c35e9591f989317e472e61bdc1742d732..927747e62dd6775d46a5595ce3aa2c876049a152 100644 (file)
@@ -32,6 +32,7 @@ import org.eclipse.rap.rwt.service.ServiceHandler;
  * Manages the process of forwarding the request to the handler at runtime to
  * open the dialog box encodedURL
  */
+@Deprecated
 public class FileHandler {
        public final static String DOWNLOAD_SERVICE_NAME = "argeo.rap.download.service";
        private final static Log log = LogFactory.getLog(FileHandler.class);