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

Commit

Permalink
fix ContentTypeHelperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Doccrazy committed Sep 1, 2019
1 parent 14da09d commit cdfb792
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package org.keycloak.protocol.cas.utils;

import org.jboss.resteasy.spi.BadRequestException;
import org.jboss.resteasy.spi.HttpRequest;
import org.keycloak.protocol.cas.CASLoginProtocol;

import javax.ws.rs.BadRequestException;
import javax.ws.rs.core.*;

public class ContentTypeHelper {
Expand Down

0 comments on commit cdfb792

Please sign in to comment.