Skip to content

Commit

Permalink
Undo breaking change since deprecated annotation is used
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Nov 12, 2024
1 parent 7876bab commit 1687efa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private KiotaClientFactory() {}
* @deprecated Use {@link #createDefaultInterceptors()} instead.
*/
@Deprecated
@Nonnull private static List<Interceptor> createDefaultInterceptorsAsList() {
@Nonnull public static List<Interceptor> createDefaultInterceptorsAsList() {
return new ArrayList<>(Arrays.asList(createDefaultInterceptors()));
}
}

0 comments on commit 1687efa

Please sign in to comment.