[domain] Sources remove broken javadoc

This commit is contained in:
Paul Campbell 2019-07-16 09:05:13 +01:00
parent afc55354e7
commit 0fbae945a7

View file

@ -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