We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f2b7f commit 779ea19Copy full SHA for 779ea19
1 file changed
app/src/main/java/org/schabi/newpipe/streams/io/StoredDirectoryHelper.java
@@ -170,8 +170,8 @@ public boolean isDirect() {
170
171
/**
172
* Only using Java I/O. Creates the directory named by this abstract pathname, including any
173
- * necessary but nonexistent parent directories. Note that if this
174
- * 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
175
* parent directories.
176
*
177
* @return <code>true</code> if and only if the directory was created,
0 commit comments