add return value documentation

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-05-04 18:37:16 +02:00
parent a43d3befec
commit c5a705d58f
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -412,7 +412,7 @@ public class SyncedFolderProvider extends Observable {
*
* @param remotePath to be check
* @param user for which we are looking
* @return
* @return <code>true</code> if exist, <code>false</code> otherwise
*/
public boolean findByRemotePathAndAccount(String remotePath, User user) {
boolean result = false;