File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/io/jenkins/plugins/git/forensics/blame Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343// TODO: Check if we should also create new Jenkins users
4444// TODO: Blame needs only run for new warnings
4545@ SuppressFBWarnings (value = "SE" , justification = "GitClient implementation is Serializable" )
46- public class GitBlamer extends Blamer {
46+ class GitBlamer extends Blamer {
4747 private static final long serialVersionUID = -619059996626444900L ;
4848
4949 static final String NO_HEAD_ERROR = "Could not retrieve HEAD commit, aborting" ;
@@ -61,7 +61,7 @@ public class GitBlamer extends Blamer {
6161 * @param gitCommit
6262 * content of environment variable GIT_COMMIT
6363 */
64- public GitBlamer (final GitClient git , final String gitCommit ) {
64+ GitBlamer (final GitClient git , final String gitCommit ) {
6565 super ();
6666
6767 workspace = git .getWorkTree ();
You can’t perform that action at this time.
0 commit comments