You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/03/02 04:05:06 UTC

directory-fortress-commander git commit: FC-73 - Fix javadoc problems

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 18342f05e -> 78d665b71


FC-73 - Fix javadoc problems


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/78d665b7
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/78d665b7
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/78d665b7

Branch: refs/heads/master
Commit: 78d665b71b45b8414cec86620f2480a9e2baa504
Parents: 18342f0
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Mar 1 21:04:54 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Mar 1 21:04:54 2015 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/78d665b7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 466e1cc..309579f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -471,7 +471,7 @@
           <author>true</author>
           <doctitle>${project.name} Javadoc ${project.version}</doctitle>
           <windowtitle>Apache ${project.name} Javadoc ${project.version}</windowtitle>
-          <additionalparam>-Xdoclint:none</additionalparam>
+          <!--<additionalparam>-Xdoclint:none</additionalparam>-->
         </configuration>
       </plugin>