Skip to content

Commit 337b08b

Browse files
authored
Add @return to getFileDirectories (#13019)
1 parent 0d6cb31 commit 337b08b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jablib/src/main/java/org/jabref/model/database/BibDatabaseContext.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ public boolean isStudy() {
157157
* </ol>
158158
*
159159
* @param preferences The fileDirectory preferences
160+
*
161+
* @return List of existing absolute paths
160162
*/
161163
public List<Path> getFileDirectories(FilePreferences preferences) {
162164
// Paths are a) ordered and b) should be contained only once in the result

0 commit comments

Comments
 (0)