Skip to content

Commit 1cbe093

Browse files
committed
improve javadoc
1 parent 195f687 commit 1cbe093

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,10 @@ private static String generatePageLink(int page, int offset, int limit, long siz
14371437
}
14381438

14391439
/**
1440-
* Check if the string is an HTTP URI (i.e. allows for relative identifiers).
1440+
* Check if the string is an HTTP(S) URI (i.e. allows for relative identifiers).
14411441
*
14421442
* @param string the string to check
1443-
* @return true if it is HTTP URI, false otherwise
1443+
* @return true if it is HTTP(S) URI, false otherwise
14441444
*/
14451445
public static boolean isHttpUri(String string) {
14461446
URI uri;

0 commit comments

Comments
 (0)