Skip to content

Commit

Permalink
KDoc: Fix a broken link
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@here.com>
  • Loading branch information
mnonnenmacher committed Apr 4, 2019
1 parent 4c2fe74 commit bb25eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/main/kotlin/config/PathExclude.kt
Expand Up @@ -25,7 +25,7 @@ import java.nio.file.Paths
/**
* Defines paths which should be excluded. Each file that is matched by the [glob][pattern] is marked as excluded. If a
* project definition file is matched by the [pattern] the whole project is excluded. For details about the glob syntax
* see the [official documentation][https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob].
* see the [official documentation](https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob).
*/
data class PathExclude(
/**
Expand Down

0 comments on commit bb25eae

Please sign in to comment.