diff --git a/plugin/src/main/java/io/deephaven/plugin/js/package-info.java b/plugin/src/main/java/io/deephaven/plugin/js/package-info.java index ca7fa833687..3f3ee3f3101 100644 --- a/plugin/src/main/java/io/deephaven/plugin/js/package-info.java +++ b/plugin/src/main/java/io/deephaven/plugin/js/package-info.java @@ -10,8 +10,7 @@ * A "js-plugins/manifest.json" is served that allows clients to discover what JS plugins are installed. This will be a * JSON object, and will have a "plugins" array, with object elements that have a "name", "version", and "main". All * files served via a specific plugin will be accessed under "js-plugins/{name}/". The main entry file for a plugin will - * be accessed at "js-plugins/{name}/{main}". The "version" is currently for informational purposes only. For more - * information on the structure of the ... + * be accessed at "js-plugins/{name}/{main}". The "version" is currently for informational purposes only. * * @see deephaven-plugins for Deephaven-maintained JS * plugins