Skip to content

Commit

Permalink
added @SInCE $next-version$ to translateToAlternateNames method
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Nov 21, 2024
1 parent 5bab616 commit d88b415
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public interface FieldNamingStrategy {
*
* @param f the field object that we are translating
* @return the list of possible translated field names.

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'f' is never used.
* @since $next-version$
*/
default List<String> translateToAlternateNames(Field f) {
return Collections.emptyList();
Expand Down

0 comments on commit d88b415

Please sign in to comment.