]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/api/GigiAPI.java
[EMPTY] Formatting with configured formatter.
[gigi.git] / src / org / cacert / gigi / api / GigiAPI.java
index 88c8da81b3a99b4c794040b155cab5ca14599390..4104feb3f78a1940517763d72dbef8ca3c9ffee9 100644 (file)
@@ -11,8 +11,7 @@ import javax.servlet.http.HttpServletResponse;
 
 public class GigiAPI extends HttpServlet {
        @Override
-       protected void service(HttpServletRequest req, HttpServletResponse resp)
-                       throws ServletException, IOException {
+       protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
                String pi = req.getPathInfo();
                if (pi == null) {
                        return;