Adapt to changes in Argeo TP
[lgpl/argeo-commons.git] / swt / rcp / org.argeo.swt.specific.rcp / src / org / argeo / eclipse / ui / specific / UiContext.java
index 20163cffa927732b598df6af4a508a8d2411430c..67b0e755cf1abda00a4447b5d996294018cdc3a5 100644 (file)
@@ -10,10 +10,12 @@ import org.eclipse.swt.widgets.Display;
 /** Singleton class providing single sources infos about the UI context. */
 public class UiContext {
 
+       @Deprecated
        public static HttpServletRequest getHttpRequest() {
                return null;
        }
 
+       @Deprecated
        public static HttpServletResponse getHttpResponse() {
                return null;
        }