This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-annotations.
commit eb52f06075a157dd9b1a6229847c35f7214a8eb2 Author: Tatu <[email protected]> Date: Tue Feb 7 15:15:14 2012 -0800 ... --- src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerators.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerators.java b/src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerators.java index c344c4a..31280d6 100644 --- a/src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerators.java +++ b/src/main/java/com/fasterxml/jackson/annotation/ObjectIdGenerators.java @@ -106,7 +106,7 @@ public class ObjectIdGenerators { protected int _nextValue; - public IntSequenceGenerator(Class<?> scope) { this(Object.class, 1); } + public IntSequenceGenerator() { this(Object.class, 1); } public IntSequenceGenerator(Class<?> scope, int fv) { super(scope); _nextValue = fv; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

