[domain] Sources remove broken javadoc
This commit is contained in:
parent
afc55354e7
commit
0fbae945a7
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@ case class Sources(
|
|||
|
||||
/**
|
||||
* Returns the source path for the given path.
|
||||
*
|
||||
* @param path the path to find the matching source
|
||||
* @return the source for the path
|
||||
* @throws NoSuchElementException if no source matches the path
|
||||
*/
|
||||
def forPath(path: Path): Path =
|
||||
paths.find(source => path.startsWith(source)).get
|
||||
|
|
Loading…
Reference in a new issue