Skip to content

Commit c8b82f9

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

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

commons-vfs2-hdfs/src/main/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileContentInfoFactory.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ public class HdfsFileContentInfoFactory implements FileContentInfoFactory {
3434
private static final String CONTENT = "text/plain";
3535
private static final String ENCODING = StandardCharsets.UTF_8.name();
3636

37+
/**
38+
* Constructs a new instance.
39+
*/
40+
public HdfsFileContentInfoFactory() {
41+
// empty
42+
}
43+
3744
/**
3845
* Creates a FileContentInfo for the given FileContent.
3946
*

commons-vfs2-hdfs/src/main/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileSystemConfigBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public final class HdfsFileSystemConfigBuilder extends FileSystemConfigBuilder {
4444
private static final String KEY_CONFIG_CONF = "configConf";
4545

4646
/**
47+
* Gets the singleton instance.
48+
*
4749
* @return HdfsFileSystemConfigBuilder instance
4850
*/
4951
public static HdfsFileSystemConfigBuilder getInstance() {

0 commit comments

Comments
 (0)