Skip to content

Commit 6866bf5

Browse files
committed
cleanup
1 parent a3f75b7 commit 6866bf5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/api/src/mill/api/PathRef.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ case class PathRef private[mill] (
4848
def withRevalidate(revalidate: PathRef.Revalidate): PathRef = copy(revalidate = revalidate)
4949
def withRevalidateOnce: PathRef = copy(revalidate = PathRef.Revalidate.Once)
5050

51-
/**
52-
* Renders a toString represntation.
53-
* @param map if `true`, the rendered path may contain placeholders for configured root paths.
54-
* See [[PathRef.mappedRoots]].
55-
* If `false`, the path is local and absolute.
56-
*/
5751
private def toStringPrefix: String = {
5852
val quick = if (this.quick) "qref:" else "ref:"
5953

0 commit comments

Comments
 (0)