Skip to content

Commit b8116a3

Browse files
committed
Moved the constructor from protected to public
1 parent fe5b2b3 commit b8116a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplet-api/src/main/java/org/apache/ftpserver/ftplet/DefaultFtplet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class DefaultFtplet implements Ftplet {
3232
/**
3333
* A default constructor that does nothing
3434
*/
35-
protected DefaultFtplet() {
35+
public DefaultFtplet() {
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)