Skip to content

Commit 1f975f9

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

commons-vfs2-jackrabbit1/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileContentInfoFactory.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
*/
3636
public class WebdavFileContentInfoFactory implements FileContentInfoFactory {
3737

38+
/**
39+
* Constructs a new instance.
40+
*/
41+
public WebdavFileContentInfoFactory() {
42+
// empty
43+
}
44+
3845
@Override
3946
public FileContentInfo create(final FileContent fileContent) throws FileSystemException {
4047
final WebdavFileObject file = (WebdavFileObject) FileObjectUtils.getAbstractFileObject(fileContent.getFile());

0 commit comments

Comments
 (0)