Skip to content

Commit

Permalink
core/transformation: Correct annotation on return value of action
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Nov 14, 2020
1 parent a1b3cf1 commit bc60b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ static <V> TransformAction set(Class<V> type, Supplier<V> valueSupplier) {
* @return a modified path, or null if the path is to stay the same
* @since 4.0.0
*/
@Nullable Object @Nullable[] visitPath(NodePath path, ConfigurationNode value) throws ConfigurateException;
Object @Nullable[] visitPath(NodePath path, ConfigurationNode value) throws ConfigurateException;

}

0 comments on commit bc60b50

Please sign in to comment.