mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
add return value documentation
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
a43d3befec
commit
c5a705d58f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue