We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20156ad commit 16b4261Copy full SHA for 16b4261
src/main/java/com/jaspersoft/jasperserver/jaxrs/client/core/JerseyRequest.java
@@ -43,9 +43,6 @@
43
import static javax.ws.rs.core.MediaType.APPLICATION_JSON;
44
import static javax.ws.rs.core.MediaType.APPLICATION_XML;
45
46
-/**
47
- * @author Tetiana Iefimenko
48
- * */
49
public class JerseyRequest<ResponseType> implements RequestBuilder<ResponseType> {
50
private static final int GET = 0;
51
private static final int DELETE = 1;
src/main/java/com/jaspersoft/jasperserver/jaxrs/client/core/Session.java
@@ -37,9 +37,7 @@
37
import javax.ws.rs.client.WebTarget;
38
import javax.ws.rs.core.Response;
39
40
41
42
+
public class Session extends AnonymousSession{
public Session(SessionStorage sessionStorage) {
0 commit comments