File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/io/file Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ private static boolean overrideReadOnly(final DeleteOption... deleteOptions) {
808808 }
809809
810810 /**
811- * Shorthand for {@code Files.readAttributes(path, BasicFileAttributes.class); }
811+ * Shorthand for {@code Files.readAttributes(path, BasicFileAttributes.class)}
812812 *
813813 * @param path the path to read.
814814 * @return the path attributes.
@@ -820,7 +820,7 @@ public static BasicFileAttributes readBasicFileAttributes(final Path path) throw
820820 }
821821
822822 /**
823- * Shorthand for {@code Files.readAttributes(path, BasicFileAttributes.class); } while wrapping {@link IOException}
823+ * Shorthand for {@code Files.readAttributes(path, BasicFileAttributes.class)} while wrapping {@link IOException}
824824 * as {@link IllegalStateException}.
825825 *
826826 * @param path the path to read.
You can’t perform that action at this time.
0 commit comments