You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/02/06 08:49:16 UTC

[4/4] git commit: Javadoc - fix broken link

Javadoc - fix broken link


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0e1199e2
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0e1199e2
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0e1199e2

Branch: refs/heads/master
Commit: 0e1199e29db01ad7b649e09a6e9ffd022c5b66aa
Parents: 6901633
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Feb 6 09:47:59 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Feb 6 09:48:42 2012 +0200

----------------------------------------------------------------------
 .../AnnotationsRoleAuthorizationStrategy.java      |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/0e1199e2/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AnnotationsRoleAuthorizationStrategy.java
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AnnotationsRoleAuthorizationStrategy.java b/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AnnotationsRoleAuthorizationStrategy.java
index 694cad7..1142f7a 100644
--- a/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AnnotationsRoleAuthorizationStrategy.java
+++ b/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AnnotationsRoleAuthorizationStrategy.java
@@ -25,9 +25,7 @@ import org.apache.wicket.request.component.IRequestableComponent;
 
 
 /**
- * Strategy that checks the
- * {@link org.apache.wicket.authorization.strategies.role.annotations.AuthorizeInstantiation}
- * annotation.
+ * Strategy that checks the {@link AuthorizeInstantiation} annotation.
  * 
  * @author Eelco Hillenius
  */