Skip to content

Commit e76ccd4

Browse files
author
Dennis Labordus
committed
Fixed JavaDoc.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 9ad3185 commit e76ccd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riseclipse/validator-riseclipse/src/main/java/org/lfenergy/compas/scl/validator/collector/AbstractFileCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected List<URI> getDefaultOclFilesFromClasspath() {
8080
* Search (recursively) for all files in the directory passed. The filter can be used to filter files from the List.
8181
*
8282
* @param directoryName The directory in which top search for files (recursively).
83-
* @param filter The filter used to filter the list of file, use '(path) -> true' to return them all.
83+
* @param filter The filter used to filter the list of file, use '(path) -&gt; true' to return them all.
8484
* @return The list of Files as URI found.
8585
*/
8686
protected List<URI> getFilesFromDirectory(String directoryName, Predicate<Path> filter) {

0 commit comments

Comments
 (0)