Branch: refs/heads/master
Home: https://github.com/jenkinsci/stash-pullrequest-builder-plugin
Commit: d5701c922c01869c18ff7f515ba5c971966aa9c2
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/d5701c922c01869c18ff7f515ba5c971966aa9c2
Author: Pavel Roskin <[email protected]>
Date: 2019-12-02 (Mon, 02 Dec 2019)
Changed paths:
M
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashApiClient.java
Log Message:
-----------
StashApiClient: Avoid unnecessary initialization (#177)
It is misleading to declare variables with values that are never used.
Instead, declare variables in the scope in which they are used. Move the
code using those variables inside that scope as well.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/stash-pullrequest-builder-plugin/push/refs/heads/master/49ff23-d5701c%40github.com.