Skip to content

Commit

Permalink
Fix strict Javadocs checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Sep 9, 2018
1 parent f69d76e commit f7a019e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
/**
* Represents the logic to upgrade a setting.
*
* @param <T>
* @param <T> the type of the underlying setting
*/
public interface SettingUpgrader<T> {

/**
* The setting upgraded by this upgrader.
*
* @return
* @return the setting
*/
Setting<T> getSetting();

Expand Down

0 comments on commit f7a019e

Please sign in to comment.