File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1233,6 +1233,7 @@ public FileName getName() {
12331233 return fileName ;
12341234 }
12351235
1236+ // TODO: remove this method for the next major version as it is unused
12361237 /**
12371238 * Prepares this file for writing. Makes sure it is either a file, or its parent folder exists. Returns an output
12381239 * stream to use to write the content of the file to.
@@ -1244,6 +1245,8 @@ public OutputStream getOutputStream() throws FileSystemException {
12441245 return getOutputStream (false );
12451246 }
12461247
1248+ // TODO: mark this method as `final` and package-private for the next major version because
1249+ // it shouldn't be used from anywhere other than `DefaultFileContent`
12471250 /**
12481251 * Prepares this file for writing. Makes sure it is either a file, or its parent folder exists. Returns an output
12491252 * stream to use to write the content of the file to.
You can’t perform that action at this time.
0 commit comments