Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 3815f8b

Browse files
committed
Polish
- Remove unused variable.
1 parent c0cef00 commit 3815f8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/org/springframework/cli/recipe/AddDependencyRecipeFactory.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 the original author or authors.
2+
* Copyright 2021-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -64,8 +64,6 @@ public AddDependencyRecipe create(String mavenDependency) {
6464
@Nullable
6565
String familyPattern = null;
6666
Pattern familyRegex = (familyPattern != null) ? Pattern.compile(familyPattern) : null;
67-
@Nullable
68-
Boolean acceptTransitive = null;
6967
MavenMetadataFailures metadataFailures = null;
7068

7169
AddDependencyRecipe recipe = new AddDependencyRecipe(groupId, artifactId, version, scope, type, classifier,

0 commit comments

Comments
 (0)