Remove unnecessary assignments
Change-Id: I7890b296474811b16f57e029f9142655df1bc945
This commit is contained in:
committed by
Александр Рязанцев
parent
fc798093b8
commit
5c96817e31
@@ -210,7 +210,7 @@ public class SubmoduleSectionParserTest extends LocalDiskRepositoryTestCase {
|
||||
section.getBranch());
|
||||
|
||||
if (THIS_SERVER.equals(new URI(section.getUrl()).getHost())) {
|
||||
String projectNameCandidate = null;
|
||||
String projectNameCandidate;
|
||||
final String urlExtractedPath = new URI(section.getUrl()).getPath();
|
||||
int fromIndex = urlExtractedPath.length() - 1;
|
||||
while (fromIndex > 0) {
|
||||
|
||||
Reference in New Issue
Block a user