Skip to content

Commit

Permalink
execute spotlessApply #2555
Browse files Browse the repository at this point in the history
  • Loading branch information
winzj committed Oct 20, 2023
1 parent 4b21ecf commit 273a587
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public class IncludeExcludeToZapURLHelper {
*
* @param targetUrl, must never be <code>null</code>
* @param subSites
* @return an unmodifiable list of full URLs, or an empty list if subSites was empty.
* @return an unmodifiable list of full URLs, or an empty list if subSites was
* empty.
*/
public List<String> createListOfUrls(URL targetUrl, List<String> subSites) {
Objects.requireNonNull(targetUrl);
Expand Down

0 comments on commit 273a587

Please sign in to comment.