Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Commit cdfb792

Browse files
committed
fix ContentTypeHelperTest
1 parent 14da09d commit cdfb792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/keycloak/protocol/cas/utils/ContentTypeHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package org.keycloak.protocol.cas.utils;
22

3-
import org.jboss.resteasy.spi.BadRequestException;
43
import org.jboss.resteasy.spi.HttpRequest;
54
import org.keycloak.protocol.cas.CASLoginProtocol;
65

6+
import javax.ws.rs.BadRequestException;
77
import javax.ws.rs.core.*;
88

99
public class ContentTypeHelper {

0 commit comments

Comments
 (0)