From 779ea19222647065199e99d29b6780916491ac4c Mon Sep 17 00:00:00 2001 From: TobiGr Date: Wed, 20 Sep 2023 19:41:45 +0200 Subject: [PATCH] Fix doc formatting --- .../org/schabi/newpipe/streams/io/StoredDirectoryHelper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/org/schabi/newpipe/streams/io/StoredDirectoryHelper.java b/app/src/main/java/org/schabi/newpipe/streams/io/StoredDirectoryHelper.java index 53dc5cf2a..74fc74c76 100644 --- a/app/src/main/java/org/schabi/newpipe/streams/io/StoredDirectoryHelper.java +++ b/app/src/main/java/org/schabi/newpipe/streams/io/StoredDirectoryHelper.java @@ -170,8 +170,8 @@ public class StoredDirectoryHelper { /** * Only using Java I/O. Creates the directory named by this abstract pathname, including any - * necessary but nonexistent parent directories. Note that if this - * operation fails it may have succeeded in creating some of the necessary + * necessary but nonexistent parent directories. + * Note that if this operation fails it may have succeeded in creating some of the necessary * parent directories. * * @return true if and only if the directory was created,