Merge pull request #4291 from eclipse/jetty-9.4.x-4283-wrong_package_openjdk8_client_alpn_processor

Fixes #4283 - Wrong package for OpenJDK8ClientALPNProcessor.
This commit is contained in:
Simone Bordet 2019-11-11 17:16:29 +03:00 committed by GitHub
commit 4f98bf0f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
// ========================================================================
//
package org.eclipse.jetty.alpn.java.client;
package org.eclipse.jetty.alpn.openjdk8.client;
import java.util.List;
import javax.net.ssl.SSLEngine;

View File

@ -1 +1 @@
org.eclipse.jetty.alpn.java.client.OpenJDK8ClientALPNProcessor
org.eclipse.jetty.alpn.openjdk8.client.OpenJDK8ClientALPNProcessor