Skip to content

Commit acc89e5

Browse files
committed
Bumping versions
1 parent 0a11f80 commit acc89e5

File tree

1 file changed

+1
-2
lines changed
  • spring-cloud-contract-stub-runner/src/test/java/org/springframework/cloud/contract/stubrunner

1 file changed

+1
-2
lines changed

spring-cloud-contract-stub-runner/src/test/java/org/springframework/cloud/contract/stubrunner/AbstractGitTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ File createNewFile(File project) throws Exception {
6161
return newFile;
6262
}
6363

64-
void setOriginOnProjectToTmp(File origin, File project)
65-
throws GitAPIException, IOException, URISyntaxException {
64+
void setOriginOnProjectToTmp(File origin, File project) throws GitAPIException, IOException, URISyntaxException {
6665
try (Git git = openGitProject(project)) {
6766
RemoteRemoveCommand remove = git.remoteRemove();
6867
remove.setRemoteName("origin");

0 commit comments

Comments
 (0)