Skip to content

Commit cf4a214

Browse files
committed
fix wording in javadoc
1 parent 78046e1 commit cf4a214

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (c) 2005, 2024, Oracle and/or its affiliates. All rights reserved.
21+
* Copyright (c) 2005, 2025, Oracle and/or its affiliates. All rights reserved.
2222
* Portions Copyright (c) 2011, Jens Elkner.
2323
* Portions Copyright (c) 2017, 2020, Chris Fraire <[email protected]>.
2424
* Portions Copyright (c) 2019, Krystof Tulinger <[email protected]>.
@@ -401,17 +401,17 @@ public static String breadcrumbPath(String urlPrefix, String path,
401401
/**
402402
* Create a breadcrumb path to allow navigation to each element of a path.
403403
* Consecutive separators (<var>sep</var>) in the given <var>path</var> are
404-
* always collapsed into a single separator automatically. If
405-
* <var>compact</var> is {@code true} path gets translated into a canonical
404+
* always collapsed into a single separator automatically.
405+
* If <var>compact</var> is {@code true} path gets translated into a canonical
406406
* path similar to {@link File#getCanonicalPath()}, however the current
407407
* working directory is assumed to be "/" and no checks are done (e.g.
408408
* neither whether the path [component] exists nor which type it is).
409409
*
410-
* @param urlPrefix what should be prepend to the constructed URL
410+
* @param urlPrefix what should be prepended to the constructed URL
411411
* @param path the full path from which the breadcrumb path is built.
412412
* @param sep the character that separates the path components in
413413
* <var>path</var>
414-
* @param urlPostfix what should be append to the constructed URL
414+
* @param urlPostfix what should be appended to the constructed URL
415415
* @param compact if {@code true}, a canonical path gets constructed before
416416
* processing.
417417
* @param isDir if {@code true} a "/" gets append to the last path

0 commit comments

Comments
 (0)