diff --git a/src/main/java/org/cryptomator/common/locationpresets/GoogleDriveMacLocationPresetsProvider.java b/src/main/java/org/cryptomator/common/locationpresets/GoogleDriveMacLocationPresetsProvider.java index 88ac67707..7dd92279f 100644 --- a/src/main/java/org/cryptomator/common/locationpresets/GoogleDriveMacLocationPresetsProvider.java +++ b/src/main/java/org/cryptomator/common/locationpresets/GoogleDriveMacLocationPresetsProvider.java @@ -94,22 +94,19 @@ public final class GoogleDriveMacLocationPresetsProvider implements LocationPres *
* This method lists all directories within the provided {@code accountPath} and filters them * to identify folders whose names match any of the translations defined in {@code MY_DRIVE_TRANSLATIONS}. - *
- * Each matching folder is then converted into a {@code LocationPreset} object.
*
* @param accountPath the root path of the Google Drive account to scan.
* @return a stream of {@code LocationPreset} objects representing matching directories.
*/
private Stream