Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 3445fe19431ac73d04846fbff4e2a25405734064
https://github.com/jenkinsci/jenkins/commit/3445fe19431ac73d04846fbff4e2a25405734064
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M core/src/main/java/hudson/model/Run.java
M maven-plugin/src/main/java/hudson/maven/MavenBuild.java
Log Message:
-----------
Not exactly sure if these are truly needed, but J-on-J otherwise fails with
compilation error.
It's apparently failing to properly deduce the JobT type. Making it explicit to
avoid stretching the compiler