Skip to content

Commit 9083b82

Browse files
committed
Fix erroneous javadoc
1 parent 9e37761 commit 9083b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/logbook/olog/ui/src/main/java/org/phoebus/logbook/olog/ui/write/AttachmentsEditorController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ private boolean checkForHeicFiles(List<File> files){
431431
/**
432432
* Checks for heic(s) file extension. Ideally Apache Tika should be used to detect heic content.
433433
* @param files List of {@link File}s to check.
434-
* @return <code>true</code> if all is well, i.e. no heic files deyected, otherwise <code>false</code>.
434+
* @return <code>false</code> if heic(s) file is detected, otherwise <code>false</code>.
435435
*/
436436
private boolean hasHeicFiles(List<File> files){
437437
return files.stream().filter(f ->

0 commit comments

Comments
 (0)