提交 e74ac2c7 编写于 作者: J jglick

Upgrading to sezpoz-1.1, which has stricter compile-time semantics checking.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15772 71c3de6d-444a-0410-be80-ed276b4c234a
上级 bba92f60
......@@ -711,7 +711,7 @@ THE SOFTWARE.
<dependency>
<groupId>net.java.sezpoz</groupId>
<artifactId>sezpoz</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
......
......@@ -61,12 +61,12 @@ import hudson.ExtensionFinder.Sezpoz;
*
* @author Kohsuke Kawaguchi
* @since 1.286
* @see Sezpoz
* @see <a href="https://sezpoz.dev.java.net/nonav/">SezPoz</a>
* @see ExtensionFinder
* @see ExtensionList
*/
@Indexable
@Retention(RetentionPolicy.RUNTIME)
@Retention(RetentionPolicy.SOURCE)
@Target({TYPE, FIELD, METHOD})
@Documented
public @interface Extension {
......
......@@ -192,7 +192,7 @@ public abstract class FileSystemProvisioner implements ExtensionPoint, Describab
*/
@Extension
public static final class Default extends FileSystemProvisioner {
private Default() {}
public Default() {}
public void prepareWorkspace(AbstractBuild<?, ?> build, FilePath ws, TaskListener listener) throws IOException, InterruptedException {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册