[jackson-annotations] 48/207: fixed javadoc building problems

Timo Aaltonen tjaalton at moszumanska.debian.org
Sat Sep 6 13:55:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository jackson-annotations.

commit 6bc980176a1004ffbfbb91a1ec0c87dad275e0d1
Author: Tatu Saloranta <tsaloranta at gmail.com>
Date:   Sun Mar 25 11:50:24 2012 -0700

    fixed javadoc building problems
---
 pom.xml                                                               | 2 +-
 src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerator.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 54a1afb..dff2e18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
                     <encoding>UTF-8</encoding>
                     <maxmemory>512m</maxmemory>
                     <links>
-                        <link>http://java.sun.com/javase/6/docs/api/</link>
+                        <link>http://docs.oracle.com/javase/6/docs/api/</link>
                     </links>
                 </configuration>
                 <executions>
diff --git a/src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerator.java b/src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerator.java
index 5fb66a4..7b793ef 100644
--- a/src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerator.java
+++ b/src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerator.java
@@ -51,7 +51,7 @@ public abstract class ObjectIdGenerator<T>
      * but can not be declared here as type itself (as well as call
      * to this object) comes from databind package.
      * 
-     * @param config Serialization context object used (of type
+     * @param context Serialization context object used (of type
      *    <code>com.fasterxml.jackson.databind.SerializerProvider</code>;
      *    may be needed by more complex generators to access contextual
      *    information such as configuration.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git



More information about the pkg-java-commits mailing list