]> git.argeo.org Git - lgpl/argeo-commons.git/commitdiff
Adapt RCP to changes in Argeo Third Party
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Sep 2024 04:58:01 +0000 (06:58 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Sep 2024 04:58:01 +0000 (06:58 +0200)
swt/rcp/org.argeo.swt.specific.rcp/src/org/argeo/eclipse/ui/specific/UiContext.java

index a85d8914dd89bd04bd26ea4b50fcd9c9c207ac75..62ab34d5e5666e606291d0d3e63db3817f252804 100644 (file)
@@ -2,11 +2,11 @@ package org.argeo.eclipse.ui.specific;
 
 import java.util.Locale;
 
-import javax.servlet.http.HttpServletRequest;
-import javax.servlet.http.HttpServletResponse;
-
 import org.eclipse.swt.widgets.Display;
 
+import jakarta.servlet.http.HttpServletRequest;
+import jakarta.servlet.http.HttpServletResponse;
+
 /** Singleton class providing single sources infos about the UI context. */
 public class UiContext {