File tree Expand file tree Collapse file tree
main/java/feign/http2client
test/java/feign/http2client/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 * express or implied. See the License for the specific language governing permissions and
1212 * limitations under the License.
1313 */
14- package feign .httpclient ;
14+ package feign .http2client ;
1515
1616import feign .*;
1717import feign .Request .Options ;
Original file line number Diff line number Diff line change 1111 * express or implied. See the License for the specific language governing permissions and
1212 * limitations under the License.
1313 */
14- package feign .httpclient .test ;
14+ package feign .http2client .test ;
1515
1616import static org .assertj .core .api .Assertions .assertThat ;
1717
1818import feign .*;
1919import feign .client .AbstractClientTest ;
20- import feign .httpclient .Http2Client ;
20+ import feign .http2client .Http2Client ;
2121import java .io .IOException ;
2222import okhttp3 .mockwebserver .MockResponse ;
2323import org .assertj .core .api .Assertions ;
You can’t perform that action at this time.
0 commit comments