Skip to content

Commit

Permalink
Make JsPlugin public
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 27, 2023
1 parent 4a69485 commit 2f5d9f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
* Jetty-specific implementation of {@link JsPluginRegistration} to collect plugins and advertise their contents to
* connecting client.
*/
class JsPlugins implements JsPluginRegistration {
public class JsPlugins implements JsPluginRegistration {
static final String JS_PLUGINS = "js-plugins";

static JsPlugins create() throws IOException {
public static JsPlugins create() throws IOException {
return new JsPlugins(JsPluginsZipFilesystem.create());
}

Expand Down

0 comments on commit 2f5d9f3

Please sign in to comment.