Skip to content

Commit c08b8a7

Browse files
infeotobihagemann
andauthored
Apply suggestions from code review
Co-authored-by: Tobias Hagemann <[email protected]>
1 parent a7b1eb6 commit c08b8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/cryptomator/integrations/revealpath/RevealPathService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public interface RevealPathService {
1010
/**
1111
* Loads all supported service providers.
1212
*
13-
* @return Stream of supported RevealPathsService implementations (may be empty)
13+
* @return Stream of supported RevealPathService implementations (may be empty)
1414
*/
1515
static Stream<RevealPathService> get() {
1616
return IntegrationsLoader.loadAll(RevealPathService.class).filter(RevealPathService::isSupported);
@@ -19,7 +19,7 @@ static Stream<RevealPathService> get() {
1919
/**
2020
* Reveal the path in the system default file manager.
2121
* <p>
22-
* If the path points to a file, the parent of the file is openend and file is selected in the file manager window.
22+
* If the path points to a file, the parent of the file is opened and the file is selected in the file manager window.
2323
* If the path points to a directory, the directory is opened and its content shown in the file manager window.
2424
*
2525
* @param p Path to reveal

0 commit comments

Comments
 (0)