Skip to content

Commit 24863c0

Browse files
author
Vladimir Kotal
committed
fix style
1 parent aba8f28 commit 24863c0

File tree

1 file changed

+3
-3
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/web

1 file changed

+3
-3
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/web/Prefix.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ public enum Prefix {
7474
NOT_FOUND("/enoent"),
7575
/** Misc error occurred. */
7676
ERROR("/error"),
77-
/** RESTful API */
77+
/** RESTful API. */
7878
REST_API("/api"),
79-
/** Monitoring */
79+
/** Monitoring. */
8080
METRICS("/metrics"),
81-
/** CSS and images */
81+
/** CSS and images. */
8282
STATIC("/default");
8383

8484
private final String prefix;

0 commit comments

Comments
 (0)