This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-annotations.
commit 96b14003f6011617e63990fd346454f8de0acb2c Author: Tatu Saloranta <[email protected]> Date: Fri Oct 5 20:51:14 2012 -0700 ... --- pom.xml | 4 ++-- src/main/java/com/fasterxml/jackson/annotation/JsonIgnore.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ced1bae..a32fc82 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - | Copyright 2012 FasterXML.com + | Copyright 2012- FasterXML.com | | Licensed under the Apache License, Version 2.0 (the "License"); | you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ <parent> <groupId>com.fasterxml</groupId> <artifactId>oss-parent</artifactId> - <version>3</version> + <version>4</version> </parent> <groupId>com.fasterxml.jackson.core</groupId> diff --git a/src/main/java/com/fasterxml/jackson/annotation/JsonIgnore.java b/src/main/java/com/fasterxml/jackson/annotation/JsonIgnore.java index 5dbb0cd..3471a51 100644 --- a/src/main/java/com/fasterxml/jackson/annotation/JsonIgnore.java +++ b/src/main/java/com/fasterxml/jackson/annotation/JsonIgnore.java @@ -36,7 +36,7 @@ import java.lang.annotation.Target; * Annotation is usually used just a like a marker annotation, that * is, without explicitly defining 'value' argument (which defaults * to <code>true</code>): but argument can be explicitly defined. - * This can be done to override an existing JsonIgnore by explictly + * This can be done to override an existing JsonIgnore by explicitly * defining one with 'false' argument. *<p> * Annotation is similar to {@link javax.xml.bind.annotation.XmlTransient} -- 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

