Skip to content

Commit

Permalink
style: move @nullable annotation closer to the type
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Jan 4, 2024
1 parent 56fba6d commit cad9f3c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ public interface LogicalReplicationOptions extends CommonOptions {
*
* @return not null logical replication slot name that already exists on server and free.
*/
@Nullable
@Override
String getSlotName();
@Nullable String getSlotName();

/**
* Parameters for output plugin. Parameters will be set to output plugin that register for
Expand Down

0 comments on commit cad9f3c

Please sign in to comment.