Skip to content

Commit

Permalink
Add 'final's (cont'd)
Browse files Browse the repository at this point in the history
  • Loading branch information
arman-ddl committed Sep 3, 2024
1 parent 3d05bec commit 3ea93dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public interface TableDataService {
* @throws TableDataException if the TableLocationKey is provided by more than one TableLocationProvider
*/
@Nullable
default TableLocationProvider getRawTableLocationProvider(@NotNull TableKey tableKey,
@NotNull TableLocationKey tableLocationKey) {
default TableLocationProvider getRawTableLocationProvider(@NotNull final TableKey tableKey,
@NotNull final TableLocationKey tableLocationKey) {
return getTableLocationProvider(tableKey);
}

Expand Down

0 comments on commit 3ea93dc

Please sign in to comment.