You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/09/09 07:45:23 UTC

syncope git commit: Fixing bad javadoc

Repository: syncope
Updated Branches:
  refs/heads/master 0a460b638 -> fd3f3c245


Fixing bad javadoc


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

Branch: refs/heads/master
Commit: fd3f3c245a4f05c23f5712179826a2bbac4b6006
Parents: 0a460b6
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Sep 9 09:45:16 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Fri Sep 9 09:45:16 2016 +0200

----------------------------------------------------------------------
 .../client/console/wicket/markup/html/form/MultiFieldPanel.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/fd3f3c24/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/form/MultiFieldPanel.java
----------------------------------------------------------------------
diff --git a/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/form/MultiFieldPanel.java b/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/form/MultiFieldPanel.java
index 735e6bc..2da1fa7 100644
--- a/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/form/MultiFieldPanel.java
+++ b/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/form/MultiFieldPanel.java
@@ -54,7 +54,6 @@ public abstract class MultiFieldPanel<E extends Serializable> extends AbstractMu
         /**
          * Set on_change event in order to send MultiValueSelectorEvent to page.
          *
-         * @see MultiValueSelectorEvent
          * @param eventTemplate whether this is an event template
          * @return this instance, for fluent building
          */