提交 621eeb2b 编写于 作者: J Jesse Glick

Fixing link again, and moving to package Javadoc.

上级 3e34afb0
......@@ -37,7 +37,6 @@ import hudson.model.Executor;
* Gate-keeper that controls access to Hudson's model objects.
*
* @author Kohsuke Kawaguchi
* @see <a href="https://wiki.jenkins-ci.org/display/JENKINS/Making+your+plugin+behave+in+secured+Jenkins">Making your plugin behave in secured Jenkins</a>
*/
public abstract class ACL {
/**
......
......@@ -29,7 +29,6 @@ import org.acegisecurity.AccessDeniedException;
* Object that has an {@link ACL}
*
* @since 1.220
* @see http://wiki.jenkins-ci.org/display/JENKINS/Making+your+plugin+behave+in+secured+Hudson
*/
public interface AccessControlled {
/**
......
......@@ -43,7 +43,6 @@ import org.jvnet.localizer.Localizable;
* Each permission is represented by a specific instance of {@link Permission}.
*
* @author Kohsuke Kawaguchi
* @see http://wiki.jenkins-ci.org/display/JENKINS/Making+your+plugin+behave+in+secured+Hudson
*/
public final class Permission {
......
......@@ -23,5 +23,6 @@ THE SOFTWARE.
-->
<html><head/><body>
Security-related code
</body></html>
\ No newline at end of file
Security-related code.
See: <a href="https://wiki.jenkins-ci.org/display/JENKINS/Making+your+plugin+behave+in+secured+Jenkins">Making your plugin behave in secured Jenkins</a>
</body></html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册