Skip to content

Commit b4dbe16

Browse files
remove not required public declaration
1 parent 6159422 commit b4dbe16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dumper/app/src/main/java/com/google/edwmigration/dumper/application/dumper/connector/ConnectorProperty.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
public interface ConnectorProperty {
2323

2424
@Nonnull
25-
public default String getName() {
25+
default String getName() {
2626
return StringUtils.EMPTY;
2727
}
2828

2929
@Nonnull
30-
public default String getDescription() {
30+
default String getDescription() {
3131
return StringUtils.EMPTY;
3232
}
3333
}

0 commit comments

Comments
 (0)