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 2017/01/27 15:32:58 UTC

[2/2] syncope git commit: Fixing javadocs

Fixing javadocs


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

Branch: refs/heads/master
Commit: 2bedca33c0bc80828e4c5bee70f33501061b23b9
Parents: ed8e6c5
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Jan 27 16:32:42 2017 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Fri Jan 27 16:32:49 2017 +0100

----------------------------------------------------------------------
 .../java/org/apache/syncope/core/logic/report/FopSerializer.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/2bedca33/core/logic/src/main/java/org/apache/syncope/core/logic/report/FopSerializer.java
----------------------------------------------------------------------
diff --git a/core/logic/src/main/java/org/apache/syncope/core/logic/report/FopSerializer.java b/core/logic/src/main/java/org/apache/syncope/core/logic/report/FopSerializer.java
index 9b8b590..d90a619 100644
--- a/core/logic/src/main/java/org/apache/syncope/core/logic/report/FopSerializer.java
+++ b/core/logic/src/main/java/org/apache/syncope/core/logic/report/FopSerializer.java
@@ -49,7 +49,6 @@ public class FopSerializer extends AbstractSAXSerializer implements CachingPipel
      * Create a new FOP serializer that produces the specified mime
      *
      * @param outputFormat the output's mime type
-     * @see {@link MimeConstants}
      */
     public FopSerializer(final String outputFormat) {
         if (outputFormat == null) {