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 aba8f28 commit 24863c0Copy full SHA for 24863c0
opengrok-indexer/src/main/java/org/opengrok/indexer/web/Prefix.java
@@ -74,11 +74,11 @@ public enum Prefix {
74
NOT_FOUND("/enoent"),
75
/** Misc error occurred. */
76
ERROR("/error"),
77
- /** RESTful API */
+ /** RESTful API. */
78
REST_API("/api"),
79
- /** Monitoring */
+ /** Monitoring. */
80
METRICS("/metrics"),
81
- /** CSS and images */
+ /** CSS and images. */
82
STATIC("/default");
83
84
private final String prefix;
0 commit comments