We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5adef commit cc6683cCopy full SHA for cc6683c
opengrok-web/src/main/java/org/opengrok/web/Scripts.java
@@ -34,7 +34,7 @@
34
import org.webjars.WebJarAssetLocator;
35
36
/**
37
- * A list-like container for javascripts in the page.
+ * A list-like container for JavasScript sources in JSP/HTML pages.
38
*
39
* @author Krystof Tulinger
40
*/
@@ -62,7 +62,7 @@ public abstract static class Script {
62
protected String scriptData;
63
protected int priority;
64
65
- public Script(String scriptData, int priority) {
+ protected Script(String scriptData, int priority) {
66
this.scriptData = scriptData;
67
this.priority = priority;
68
}
0 commit comments