Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Allowing Github url to be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Mar 17, 2017
1 parent 62b7d4d commit a5a67ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ private void checkState() {
"Or OAuth2Token:\n" + //
"-D" + DEFAULT_PROP_VIOLATIONS_OAUTH2TOKEN + "=123ASDAA...");
}
checkNotNull(gitHubUrl, "GitHubUrl");
checkNotNull(pullRequestId, "PullRequestId");
checkNotNull(repositoryName, "RepositoryName");
checkNotNull(repositoryOwner, "RepositoryOwner");
Expand Down

0 comments on commit a5a67ee

Please sign in to comment.