Skip to content

Commit 4c035b7

Browse files
committed
Javadoc: Add missing comments
1 parent 861188f commit 4c035b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

commons-vfs2-jackrabbit2/src/main/java/org/apache/commons/vfs2/provider/webdav4/Webdav4FileContentInfoFactory.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
* @since 2.5.0
3737
*/
3838
public class Webdav4FileContentInfoFactory implements FileContentInfoFactory {
39+
40+
/**
41+
* Constructs a new instance.
42+
*/
43+
public Webdav4FileContentInfoFactory() {
44+
// empty
45+
}
46+
3947
@Override
4048
public FileContentInfo create(final FileContent fileContent) throws FileSystemException {
4149
final Webdav4FileObject file = (Webdav4FileObject) FileObjectUtils.getAbstractFileObject(fileContent.getFile());

0 commit comments

Comments
 (0)