Skip to content

Commit

Permalink
change: make Configuration#getPaths deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Aug 2, 2021
1 parent c79e190 commit bd531bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ public interface Configuration {
* Gets the set of root paths included in this {@link Configuration}.
*
* @return set of root paths
* @deprecated use {@link Configuration#getKeyList()}
*/
@Deprecated(since = "4.3.0", forRemoval = true)
@NotNull @Unmodifiable Set<String> getPaths();

/**
Expand Down

0 comments on commit bd531bc

Please sign in to comment.