Skip to content

Commit 48cf9c6

Browse files
committed
refactor, TODOs removed
1 parent ac81c94 commit 48cf9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scm4j/vcs/GitVCS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public String getFileContent(String branchName, String fileRelativePath, String
295295
git
296296
.pull()
297297
.setCredentialsProvider(credentials)
298-
.call(); //TODO: add test when we receive correct file version if we change it from another LWC
298+
.call();
299299

300300
ObjectId revisionCommitId = gitRepo.resolve(revision == null ? "refs/heads/" + getRealBranchName(branchName) : revision);
301301
if (revision == null && revisionCommitId == null) {

0 commit comments

Comments
 (0)