Remove @version and @author tags

Since we don't have any convention for how to use @version it's best to
avoid it completely. As for the @author tag, it is considered redundant
nowadays because this information is in the version control system.
This commit is contained in:
mishako 2016-06-19 14:38:38 +02:00
parent 6f6ff0ddd5
commit c36bfd8f47
376 changed files with 2 additions and 1247 deletions

View file

@ -21,10 +21,6 @@ import com.rometools.modules.activitystreams.types.ActivityObject;
import com.rometools.modules.activitystreams.types.Mood; import com.rometools.modules.activitystreams.types.Mood;
import com.rometools.modules.activitystreams.types.Verb; import com.rometools.modules.activitystreams.types.Verb;
/**
*
* @author robert.cooper
*/
public interface ActivityStreamModule { public interface ActivityStreamModule {
public Verb getVerb(); public Verb getVerb();

View file

@ -20,10 +20,6 @@ import com.rometools.modules.activitystreams.types.ActivityObject;
import com.rometools.modules.activitystreams.types.Mood; import com.rometools.modules.activitystreams.types.Mood;
import com.rometools.modules.activitystreams.types.Verb; import com.rometools.modules.activitystreams.types.Verb;
/**
*
* @author robert.cooper
*/
public class ActivityStreamModuleImpl implements ActivityStreamModule { public class ActivityStreamModuleImpl implements ActivityStreamModule {
private ActivityObject object; private ActivityObject object;
private Verb verb; private Verb verb;

View file

@ -21,10 +21,6 @@ import com.rometools.modules.georss.GeoRSSModule;
import com.rometools.modules.portablecontacts.ContactModule; import com.rometools.modules.portablecontacts.ContactModule;
import com.rometools.rome.feed.atom.Entry; import com.rometools.rome.feed.atom.Entry;
/**
*
* @author robert.cooper
*/
public abstract class ActivityObject extends Entry implements HasLocation { public abstract class ActivityObject extends Entry implements HasLocation {
/** /**

View file

@ -44,8 +44,6 @@ package com.rometools.modules.activitystreams.types;
* content.</dd> * content.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Article extends ActivityObject { public class Article extends ActivityObject {
/** /**

View file

@ -40,8 +40,6 @@ package com.rometools.modules.activitystreams.types;
* for the audio stream. Represented in JSON as a property called <tt>embedCode</tt> whose value is * for the audio stream. Represented in JSON as a property called <tt>embedCode</tt> whose value is
* a JSON string containing the fragment of HTML.</dd> * a JSON string containing the fragment of HTML.</dd>
* </dl> * </dl>
*
* @author robert.cooper
*/ */
public class Audio extends ActivityObject { public class Audio extends ActivityObject {
/** /**

View file

@ -70,8 +70,6 @@ import com.rometools.rome.feed.atom.Link;
* inappropriate size for their user interface.</dd> * inappropriate size for their user interface.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Bookmark extends ActivityObject { public class Bookmark extends ActivityObject {

View file

@ -49,8 +49,6 @@ package com.rometools.modules.activitystreams.types;
* all HTML markup and consider the comment to be plain text.</dd> * all HTML markup and consider the comment to be plain text.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Comment extends ActivityObject { public class Comment extends ActivityObject {

View file

@ -43,8 +43,6 @@ package com.rometools.modules.activitystreams.types;
* W3CDTF spec.] [TODO: Include prose describing how to represent just a date vs. a date and time.]</dd> * W3CDTF spec.] [TODO: Include prose describing how to represent just a date vs. a date and time.]</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Event extends ActivityObject { public class Event extends ActivityObject {

View file

@ -45,8 +45,6 @@ package com.rometools.modules.activitystreams.types;
* property called <tt>mimeType</tt> whose value is a JSON string containing the MIME type.</dd> * property called <tt>mimeType</tt> whose value is a JSON string containing the MIME type.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class File extends ActivityObject { public class File extends ActivityObject {

View file

@ -39,8 +39,6 @@ package com.rometools.modules.activitystreams.types;
* Processors MAY ignore thumbnails that are of an inappropriate size for their user interface.</dd> * Processors MAY ignore thumbnails that are of an inappropriate size for their user interface.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Folder extends ActivityObject { public class Folder extends ActivityObject {

View file

@ -28,8 +28,6 @@ package com.rometools.modules.activitystreams.types;
* </p> * </p>
* <p> * <p>
* A group has no additional components. * A group has no additional components.
*
* @author robert.cooper
*/ */
public class Group { public class Group {

View file

@ -89,8 +89,6 @@ import com.rometools.modules.portablecontacts.ContactModule;
* <hr class="insert" /> * <hr class="insert" />
* *
* </p> * </p>
*
* @author robert.cooper
*/ */
public interface HasLocation { public interface HasLocation {

View file

@ -27,8 +27,6 @@ package com.rometools.modules.activitystreams.types;
* <p> * <p>
* A list has no additional components. * A list has no additional components.
* </p> * </p>
*
* @author robert.cooper
*/ */
public class List extends ActivityObject { public class List extends ActivityObject {

View file

@ -35,8 +35,6 @@ package com.rometools.modules.activitystreams.types;
* icon image. The mood icon image SHOULD be small and appropriate to be displayed alongside the * icon image. The mood icon image SHOULD be small and appropriate to be displayed alongside the
* mood keyword at a normal text size. * mood keyword at a normal text size.
* </p> * </p>
*
* @author robert.cooper
*/ */
public class Mood { public class Mood {
private String iconUrl; private String iconUrl;

View file

@ -46,8 +46,6 @@ package com.rometools.modules.activitystreams.types;
* all HTML markup and consider the comment to be plain text.</dd> * all HTML markup and consider the comment to be plain text.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Note extends ActivityObject { public class Note extends ActivityObject {

View file

@ -44,8 +44,6 @@ import com.rometools.rome.feed.atom.Link;
* Image component of the base Object Construct.</dd> * Image component of the base Object Construct.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Person extends ActivityObject { public class Person extends ActivityObject {

View file

@ -43,8 +43,6 @@ package com.rometools.modules.activitystreams.types;
* Media Link Construct].</dd> * Media Link Construct].</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Photo extends ActivityObject { public class Photo extends ActivityObject {

View file

@ -38,8 +38,6 @@ package com.rometools.modules.activitystreams.types;
* MAY ignore thumbnails that are of an inappropriate size for their user interface.</dd> * MAY ignore thumbnails that are of an inappropriate size for their user interface.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class PhotoAlbum extends ActivityObject { public class PhotoAlbum extends ActivityObject {

View file

@ -42,8 +42,6 @@ package com.rometools.modules.activitystreams.types;
* longitude in degrees.</dd> * longitude in degrees.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Place extends ActivityObject { public class Place extends ActivityObject {

View file

@ -30,8 +30,6 @@ package com.rometools.modules.activitystreams.types;
* <p> * <p>
* A playlist has no additional components. * A playlist has no additional components.
* </p> * </p>
*
* @author robert.cooper
*/ */
public class Playlist extends ActivityObject { public class Playlist extends ActivityObject {

View file

@ -43,8 +43,6 @@ package com.rometools.modules.activitystreams.types;
* Construct].</dd> * Construct].</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Product extends ActivityObject { public class Product extends ActivityObject {

View file

@ -52,8 +52,6 @@ package com.rometools.modules.activitystreams.types;
* number giving the rating.</dd> * number giving the rating.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Review extends ActivityObject { public class Review extends ActivityObject {

View file

@ -42,8 +42,6 @@ package com.rometools.modules.activitystreams.types;
* suitable for presentation at a small size.</dd> * suitable for presentation at a small size.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Service extends ActivityObject { public class Service extends ActivityObject {

View file

@ -35,8 +35,6 @@ package com.rometools.modules.activitystreams.types;
* <p> * <p>
* A song has no additional components. * A song has no additional components.
* </p> * </p>
*
* @author robert.cooper
*/ */
public class Song extends ActivityObject { public class Song extends ActivityObject {
/** /**

View file

@ -38,8 +38,6 @@ package com.rometools.modules.activitystreams.types;
* <p> * <p>
* A status has the same components as a note. * A status has the same components as a note.
* </p> * </p>
*
* @author robert.cooper
*/ */
public class Status extends ActivityObject { public class Status extends ActivityObject {

View file

@ -16,10 +16,6 @@
*/ */
package com.rometools.modules.activitystreams.types; package com.rometools.modules.activitystreams.types;
/**
*
* @author robert.cooper
*/
public enum Verb { public enum Verb {
/** /**
* The "mark as favorite" Verb indicates that the Subject marked the Object as an item of * The "mark as favorite" Verb indicates that the Subject marked the Object as an item of

View file

@ -43,8 +43,6 @@ package com.rometools.modules.activitystreams.types;
* a JSON string containing the fragment of HTML.</dd> * a JSON string containing the fragment of HTML.</dd>
* </dl> * </dl>
* </blockquote> * </blockquote>
*
* @author robert.cooper
*/ */
public class Video { public class Video {

View file

@ -20,9 +20,6 @@ import java.util.Date;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for Article or News * This is an interface for the GoogleBase plug in that exposes methods used for Article or News
* entry types. * entry types.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.2 $
*/ */
public interface Article extends GlobalInterface { public interface Article extends GlobalInterface {
/** /**

View file

@ -20,9 +20,6 @@ import com.rometools.modules.base.types.DateTimeRange;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for Class or Course * This is an interface for the GoogleBase plug in that exposes methods used for Class or Course
* information entry types. * information entry types.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.2 $
*/ */
public interface Course extends GlobalInterface { public interface Course extends GlobalInterface {
/** /**

View file

@ -18,9 +18,6 @@ package com.rometools.modules.base;
/** /**
* This class represents a custom tag name and value. * This class represents a custom tag name and value.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.2 $
*/ */
public interface CustomTag { public interface CustomTag {

View file

@ -23,10 +23,6 @@ import com.rometools.modules.base.types.FloatUnit;
import com.rometools.modules.base.types.IntUnit; import com.rometools.modules.base.types.IntUnit;
import com.rometools.modules.base.types.ShortDate; import com.rometools.modules.base.types.ShortDate;
/**
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class CustomTagImpl implements CustomTag { public class CustomTagImpl implements CustomTag {
private Object value; private Object value;
private final String name; private final String name;

View file

@ -20,10 +20,6 @@ import java.util.List;
import com.rometools.rome.feed.module.Module; import com.rometools.rome.feed.module.Module;
/**
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public interface CustomTags extends Module { public interface CustomTags extends Module {
public static final String URI = "http://base.google.com/cns/1.0"; public static final String URI = "http://base.google.com/cns/1.0";

View file

@ -21,10 +21,6 @@ import java.util.List;
import com.rometools.rome.feed.CopyFrom; import com.rometools.rome.feed.CopyFrom;
/**
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class CustomTagsImpl implements CustomTags { public class CustomTagsImpl implements CustomTags {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;

View file

@ -24,9 +24,6 @@ import com.rometools.modules.base.types.ShippingType;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for Event entry types. * This is an interface for the GoogleBase plug in that exposes methods used for Event entry types.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface Event extends GlobalInterface { public interface Event extends GlobalInterface {
/** /**

View file

@ -21,9 +21,6 @@ import java.util.Date;
/** /**
* This is an interface representing the universals. * This is an interface representing the universals.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.2 $
*/ */
public interface GlobalInterface extends Serializable { public interface GlobalInterface extends Serializable {
/** /**

View file

@ -25,9 +25,6 @@ import com.rometools.rome.feed.module.Module;
* Article or Job datatype, you can cast it to the respective interface and see only methods related * Article or Job datatype, you can cast it to the respective interface and see only methods related
* to a particular entry type. * to a particular entry type.
* </p> * </p>
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface GoogleBase extends Module, Article, Course, Event, Job, Person, Product, Review, ScholarlyArticle, Service, Travel, Unknown, Vehicle, Wanted, public interface GoogleBase extends Module, Article, Course, Event, Job, Person, Product, Review, ScholarlyArticle, Service, Travel, Unknown, Vehicle, Wanted,
Housing { Housing {

View file

@ -39,9 +39,6 @@ import com.rometools.rome.feed.impl.EqualsBean;
/** /**
* This is the implementation class for the GoogleBase module interface. * This is the implementation class for the GoogleBase module interface.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.2 $
*/ */
public class GoogleBaseImpl implements GoogleBase { public class GoogleBaseImpl implements GoogleBase {
/** /**

View file

@ -25,9 +25,6 @@ import com.rometools.modules.base.types.YearType;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for Housing entry * This is an interface for the GoogleBase plug in that exposes methods used for Housing entry
* types. * types.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface Housing extends GlobalInterface { public interface Housing extends GlobalInterface {
/** /**

View file

@ -21,9 +21,6 @@ import com.rometools.modules.base.types.PriceTypeEnumeration;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for Job listing entry * This is an interface for the GoogleBase plug in that exposes methods used for Job listing entry
* types. * types.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface Job extends GlobalInterface { public interface Job extends GlobalInterface {
/** /**

View file

@ -20,9 +20,6 @@ import com.rometools.modules.base.types.GenderEnumeration;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for Person (personal * This is an interface for the GoogleBase plug in that exposes methods used for Person (personal
* ad, resume, profile) entry types. * ad, resume, profile) entry types.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.2 $
*/ */
public interface Person extends GlobalInterface { public interface Person extends GlobalInterface {
/** /**

View file

@ -24,9 +24,6 @@ import com.rometools.modules.base.types.Size;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for Products. * This is an interface for the GoogleBase plug in that exposes methods used for Products.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface Product extends GlobalInterface { public interface Product extends GlobalInterface {
/** /**

View file

@ -23,9 +23,6 @@ import com.rometools.modules.base.types.FloatUnit;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for critical reviews of * This is an interface for the GoogleBase plug in that exposes methods used for critical reviews of
* other things. * other things.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface Review extends GlobalInterface { public interface Review extends GlobalInterface {
/** /**

View file

@ -20,9 +20,6 @@ import java.util.Date;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for Scholarly * This is an interface for the GoogleBase plug in that exposes methods used for Scholarly
* publication, research studies and reference materials. * publication, research studies and reference materials.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.2 $
*/ */
public interface ScholarlyArticle extends GlobalInterface { public interface ScholarlyArticle extends GlobalInterface {
/** /**

View file

@ -23,9 +23,6 @@ import com.rometools.modules.base.types.ShippingType;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for service offerings. * This is an interface for the GoogleBase plug in that exposes methods used for service offerings.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface Service extends GlobalInterface { public interface Service extends GlobalInterface {
/** /**

View file

@ -24,9 +24,6 @@ import com.rometools.modules.base.types.ShippingType;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for travel items. * This is an interface for the GoogleBase plug in that exposes methods used for travel items.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface Travel extends GlobalInterface { public interface Travel extends GlobalInterface {
/** /**

View file

@ -22,8 +22,6 @@ import com.rometools.modules.base.types.IntUnit;
/** /**
* This interface contains all the other schema elements that the document doesn't associate with a * This interface contains all the other schema elements that the document doesn't associate with a
* particular type. * particular type.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/ */
public interface Unknown extends GlobalInterface { public interface Unknown extends GlobalInterface {
public void setLicenses(String[] licenses); public void setLicenses(String[] licenses);

View file

@ -19,9 +19,6 @@ package com.rometools.modules.base;
/** /**
* This is an unchecked exception that is thrown when a data value violates the Google Schema * This is an unchecked exception that is thrown when a data value violates the Google Schema
* limits. * limits.
*
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/ */
public class ValidationException extends RuntimeException { public class ValidationException extends RuntimeException {

View file

@ -24,9 +24,6 @@ import com.rometools.modules.base.types.YearType;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for vehicles. * This is an interface for the GoogleBase plug in that exposes methods used for vehicles.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface Vehicle extends GlobalInterface { public interface Vehicle extends GlobalInterface {
/** /**

View file

@ -19,9 +19,6 @@ import com.rometools.modules.base.types.FloatUnit;
/** /**
* This is an interface for the GoogleBase plug in that exposes methods used for wanted ads. * This is an interface for the GoogleBase plug in that exposes methods used for wanted ads.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface Wanted extends GlobalInterface { public interface Wanted extends GlobalInterface {
/** /**

View file

@ -35,10 +35,6 @@ import com.rometools.modules.base.types.ShortDate;
import com.rometools.rome.feed.module.Module; import com.rometools.rome.feed.module.Module;
import com.rometools.rome.io.ModuleGenerator; import com.rometools.rome.io.ModuleGenerator;
/**
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class CustomTagGenerator implements ModuleGenerator { public class CustomTagGenerator implements ModuleGenerator {
static final HashSet<Namespace> NAMESPACES = new HashSet<Namespace>(); static final HashSet<Namespace> NAMESPACES = new HashSet<Namespace>();

View file

@ -40,10 +40,6 @@ import com.rometools.modules.base.types.ShortDate;
import com.rometools.rome.feed.module.Module; import com.rometools.rome.feed.module.Module;
import com.rometools.rome.io.ModuleParser; import com.rometools.rome.io.ModuleParser;
/**
* @version $Revision: 1.4 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class CustomTagParser implements ModuleParser { public class CustomTagParser implements ModuleParser {
private static final Logger LOG = LoggerFactory.getLogger(CustomTagParser.class); private static final Logger LOG = LoggerFactory.getLogger(CustomTagParser.class);

View file

@ -43,11 +43,6 @@ import com.rometools.modules.base.types.YearType;
import com.rometools.rome.feed.module.Module; import com.rometools.rome.feed.module.Module;
import com.rometools.rome.io.ModuleGenerator; import com.rometools.rome.io.ModuleGenerator;
/**
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper
* @version $Revision: 1.1 $
*/
public class GoogleBaseGenerator implements ModuleGenerator { public class GoogleBaseGenerator implements ModuleGenerator {
private static final Namespace NS = Namespace.getNamespace("g-core", GoogleBase.URI); private static final Namespace NS = Namespace.getNamespace("g-core", GoogleBase.URI);

View file

@ -51,9 +51,6 @@ import com.rometools.rome.io.ModuleParser;
/** /**
* DOCUMENT ME! * DOCUMENT ME!
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.3 $
*/ */
public class GoogleBaseParser implements ModuleParser { public class GoogleBaseParser implements ModuleParser {

View file

@ -17,9 +17,6 @@ package com.rometools.modules.base.types;
/** /**
* This is just a holder interface for cloneable elements. * This is just a holder interface for cloneable elements.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public interface CloneableType extends Cloneable { public interface CloneableType extends Cloneable {
public Object clone(); public Object clone();

View file

@ -19,9 +19,6 @@ import java.util.HashMap;
/** /**
* An Enumeration of valid currency types. * An Enumeration of valid currency types.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public class CurrencyEnumeration { public class CurrencyEnumeration {

View file

@ -19,9 +19,6 @@ import java.util.Date;
/** /**
* Represents a time range. * Represents a time range.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.2 $
*/ */
public class DateTimeRange implements CloneableType { public class DateTimeRange implements CloneableType {
/** /**

View file

@ -19,9 +19,6 @@ import com.rometools.modules.base.io.GoogleBaseParser;
/** /**
* This class represents a quantity consisting of a float value and an optional units specification. * This class represents a quantity consisting of a float value and an optional units specification.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public class FloatUnit implements CloneableType { public class FloatUnit implements CloneableType {
/** /**

View file

@ -17,9 +17,6 @@ package com.rometools.modules.base.types;
/** /**
* Simple enumeration for Genders. * Simple enumeration for Genders.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public class GenderEnumeration implements CloneableType { public class GenderEnumeration implements CloneableType {
/** Men */ /** Men */

View file

@ -17,11 +17,6 @@ package com.rometools.modules.base.types;
import com.rometools.modules.base.io.GoogleBaseParser; import com.rometools.modules.base.io.GoogleBaseParser;
/**
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/
public class IntUnit implements CloneableType { public class IntUnit implements CloneableType {
private String units; private String units;
private final int value; private final int value;

View file

@ -17,11 +17,6 @@ package com.rometools.modules.base.types;
import java.util.HashMap; import java.util.HashMap;
/**
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/
public class PaymentTypeEnumeration { public class PaymentTypeEnumeration {
private static final HashMap<String, PaymentTypeEnumeration> lookup = new HashMap<String, PaymentTypeEnumeration>(); private static final HashMap<String, PaymentTypeEnumeration> lookup = new HashMap<String, PaymentTypeEnumeration>();

View file

@ -17,9 +17,6 @@ package com.rometools.modules.base.types;
/** /**
* Enumeration of values suitable for "price_type" or "salary_type". * Enumeration of values suitable for "price_type" or "salary_type".
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public class PriceTypeEnumeration implements CloneableType { public class PriceTypeEnumeration implements CloneableType {
/** /**

View file

@ -19,9 +19,6 @@ import java.util.HashMap;
/** /**
* This class represents a specific shipping option for an item. * This class represents a specific shipping option for an item.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public class ShippingType implements CloneableType { public class ShippingType implements CloneableType {
/** /**

View file

@ -22,9 +22,6 @@ import java.util.Date;
* day for Google Base. It should be transparent to module developers. * day for Google Base. It should be transparent to module developers.
* *
* Move along. Nothing to see here. * Move along. Nothing to see here.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public class ShortDate extends Date implements CloneableType { public class ShortDate extends Date implements CloneableType {
/** /**

View file

@ -19,9 +19,6 @@ import java.util.StringTokenizer;
/** /**
* Represents the size on an item in 2 or 3 dimensions. * Represents the size on an item in 2 or 3 dimensions.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.2 $
*/ */
public class Size implements CloneableType { public class Size implements CloneableType {
/** /**

View file

@ -20,9 +20,6 @@ import java.util.Date;
/** /**
* This class represents a simple 4 digit year. * This class represents a simple 4 digit year.
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
* @version $Revision: 1.1 $
*/ */
public class YearType implements CloneableType { public class YearType implements CloneableType {
/** /**

View file

@ -19,10 +19,6 @@ package com.rometools.modules.cc;
import com.rometools.modules.cc.types.License; import com.rometools.modules.cc.types.License;
import com.rometools.rome.feed.module.Module; import com.rometools.rome.feed.module.Module;
/**
*
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public interface CreativeCommons extends Module { public interface CreativeCommons extends Module {
public static final String URI = "rome:CreativeCommons"; public static final String URI = "rome:CreativeCommons";

View file

@ -23,10 +23,6 @@ import com.rometools.rome.feed.CopyFrom;
import com.rometools.rome.feed.impl.EqualsBean; import com.rometools.rome.feed.impl.EqualsBean;
import com.rometools.rome.feed.impl.ToStringBean; import com.rometools.rome.feed.impl.ToStringBean;
/**
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class CreativeCommonsImpl implements CreativeCommons { public class CreativeCommonsImpl implements CreativeCommons {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;

View file

@ -30,10 +30,6 @@ import com.rometools.modules.cc.types.License;
import com.rometools.rome.feed.module.Module; import com.rometools.rome.feed.module.Module;
import com.rometools.rome.io.ModuleGenerator; import com.rometools.rome.io.ModuleGenerator;
/**
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class CCModuleGenerator implements ModuleGenerator { public class CCModuleGenerator implements ModuleGenerator {
private static final Logger LOG = LoggerFactory.getLogger(CCModuleGenerator.class); private static final Logger LOG = LoggerFactory.getLogger(CCModuleGenerator.class);

View file

@ -30,10 +30,6 @@ import com.rometools.modules.cc.types.License.Behaviour;
import com.rometools.rome.feed.module.Module; import com.rometools.rome.feed.module.Module;
import com.rometools.rome.io.ModuleParser; import com.rometools.rome.io.ModuleParser;
/**
* @version $Revision: 1.3 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class ModuleParserRSS1 implements ModuleParser { public class ModuleParserRSS1 implements ModuleParser {
private static final Namespace NS = Namespace.getNamespace(CreativeCommonsImpl.RSS1_URI); private static final Namespace NS = Namespace.getNamespace(CreativeCommonsImpl.RSS1_URI);

View file

@ -29,11 +29,6 @@ import com.rometools.modules.cc.types.License;
import com.rometools.rome.feed.module.Module; import com.rometools.rome.feed.module.Module;
import com.rometools.rome.io.ModuleParser; import com.rometools.rome.io.ModuleParser;
/**
*
* @version $Revision: 1.3 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class ModuleParserRSS2 implements ModuleParser { public class ModuleParserRSS2 implements ModuleParser {
private static final Namespace NS = Namespace.getNamespace(CreativeCommonsImpl.RSS2_URI); private static final Namespace NS = Namespace.getNamespace(CreativeCommonsImpl.RSS2_URI);

View file

@ -27,10 +27,6 @@ import org.slf4j.LoggerFactory;
import com.rometools.rome.feed.impl.EqualsBean; import com.rometools.rome.feed.impl.EqualsBean;
import com.rometools.rome.feed.impl.ToStringBean; import com.rometools.rome.feed.impl.ToStringBean;
/**
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class License { public class License {
private static final String CC_START = "http://creativecommons.org/licenses/"; private static final String CC_START = "http://creativecommons.org/licenses/";

View file

@ -25,9 +25,6 @@ import org.jdom2.Namespace;
/** /**
* This class represents a content item per the "Original Syntax". * This class represents a content item per the "Original Syntax".
* http://purl.org/rss/1.0/modules/content/ * http://purl.org/rss/1.0/modules/content/
*
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/ */
public class ContentItem implements Cloneable { public class ContentItem implements Cloneable {

View file

@ -19,10 +19,6 @@ import java.util.List;
import com.rometools.rome.feed.module.Module; import com.rometools.rome.feed.module.Module;
/**
* @version $Revision: 1.1 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public interface ContentModule extends Module { public interface ContentModule extends Module {
public static final String URI = "http://purl.org/rss/1.0/modules/content/"; public static final String URI = "http://purl.org/rss/1.0/modules/content/";

View file

@ -23,10 +23,6 @@ import java.util.List;
import com.rometools.rome.feed.CopyFrom; import com.rometools.rome.feed.CopyFrom;
import com.rometools.rome.feed.module.ModuleImpl; import com.rometools.rome.feed.module.ModuleImpl;
/**
* @version $Revision: 1.4 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class ContentModuleImpl extends ModuleImpl implements ContentModule { public class ContentModuleImpl extends ModuleImpl implements ContentModule {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;

View file

@ -34,10 +34,6 @@ import org.slf4j.LoggerFactory;
import com.rometools.modules.content.ContentItem; import com.rometools.modules.content.ContentItem;
import com.rometools.modules.content.ContentModule; import com.rometools.modules.content.ContentModule;
/**
* @version $Revision: 1.2 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class ContentModuleGenerator implements com.rometools.rome.io.ModuleGenerator { public class ContentModuleGenerator implements com.rometools.rome.io.ModuleGenerator {
private static final Logger LOG = LoggerFactory.getLogger(ContentModuleGenerator.class); private static final Logger LOG = LoggerFactory.getLogger(ContentModuleGenerator.class);

View file

@ -31,10 +31,6 @@ import com.rometools.modules.content.ContentItem;
import com.rometools.modules.content.ContentModule; import com.rometools.modules.content.ContentModule;
import com.rometools.modules.content.ContentModuleImpl; import com.rometools.modules.content.ContentModuleImpl;
/**
* @version $Revision: 1.3 $
* @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a>
*/
public class ContentModuleParser implements com.rometools.rome.io.ModuleParser { public class ContentModuleParser implements com.rometools.rome.io.ModuleParser {
private static final Namespace CONTENT_NS = Namespace.getNamespace("content", ContentModule.URI); private static final Namespace CONTENT_NS = Namespace.getNamespace("content", ContentModule.URI);
private static final Namespace RDF_NS = Namespace.getNamespace("rdf", ContentModule.RDF_URI); private static final Namespace RDF_NS = Namespace.getNamespace("rdf", ContentModule.RDF_URI);

View file

@ -23,10 +23,6 @@ import com.rometools.rome.feed.module.Module;
/** /**
* Interface for the FeedBurner RSS extension. * Interface for the FeedBurner RSS extension.
*
* @version 1.0
* @author Georg Schmidl <georg.schmidl@scandio.de>
*
*/ */
public interface FeedBurner extends Module, Serializable, Cloneable { public interface FeedBurner extends Module, Serializable, Cloneable {

View file

@ -21,10 +21,6 @@ import com.rometools.rome.feed.CopyFrom;
/** /**
* Implementation of the FeedBurner RSS extension. * Implementation of the FeedBurner RSS extension.
*
* @version 1.0
* @author Georg Schmidl <georg.schmidl@scandio.de>
*
*/ */
public class FeedBurnerImpl implements FeedBurner { public class FeedBurnerImpl implements FeedBurner {

View file

@ -28,10 +28,6 @@ import com.rometools.rome.io.ModuleGenerator;
/** /**
* ModuleGenerator implementation for the FeedBurner RSS extension. * ModuleGenerator implementation for the FeedBurner RSS extension.
*
* @version 1.0
* @author Georg Schmidl <georg.schmidl@scandio.de>
*
*/ */
public class FeedBurnerModuleGenerator implements ModuleGenerator { public class FeedBurnerModuleGenerator implements ModuleGenerator {
private static final Namespace NS = Namespace.getNamespace("feedburner", FeedBurner.URI); private static final Namespace NS = Namespace.getNamespace("feedburner", FeedBurner.URI);

View file

@ -28,10 +28,6 @@ import com.rometools.rome.io.ModuleParser;
/** /**
* ModuleParser implementation for the FeedBurner RSS extension. * ModuleParser implementation for the FeedBurner RSS extension.
*
* @version 1.0
* @author Georg Schmidl <georg.schmidl@scandio.de>
*
*/ */
public class FeedBurnerModuleParser implements ModuleParser { public class FeedBurnerModuleParser implements ModuleParser {
private static final Namespace NS = Namespace.getNamespace(FeedBurner.URI); private static final Namespace NS = Namespace.getNamespace(FeedBurner.URI);

View file

@ -39,10 +39,6 @@ import com.rometools.rome.io.ModuleGenerator;
/** /**
* GMLGenerator produces georss elements in georss GML format. * GMLGenerator produces georss elements in georss GML format.
*
* @author Marc Wick
* @version $Id: GMLGenerator.java,v 1.1 2007/04/18 09:59:29 marcwick Exp $
*
*/ */
public class GMLGenerator implements ModuleGenerator { public class GMLGenerator implements ModuleGenerator {

View file

@ -19,10 +19,6 @@ package com.rometools.modules.georss;
/** /**
* GMLModuleImpl is the implementation of the {@link GeoRSSModule} Interface for the gml GeoRSS * GMLModuleImpl is the implementation of the {@link GeoRSSModule} Interface for the gml GeoRSS
* format. * format.
*
* @author Marc Wick
* @version $Id: GMLModuleImpl.java,v 1.1 2007/04/18 09:59:29 marcwick Exp $
*
*/ */
public class GMLModuleImpl extends GeoRSSModule { public class GMLModuleImpl extends GeoRSSModule {

View file

@ -35,10 +35,6 @@ import com.rometools.utils.Strings;
/** /**
* GMLParser is a parser for the GML georss format. * GMLParser is a parser for the GML georss format.
*
* @author Marc Wick
* @version $Id: GMLParser.java,v 1.2 2007/06/05 20:44:53 marcwick Exp $
*
*/ */
public class GMLParser implements ModuleParser { public class GMLParser implements ModuleParser {

View file

@ -26,9 +26,6 @@ import com.rometools.rome.feed.module.ModuleImpl;
/** /**
* GeoRSSModule is the main georss interface defining the methods to produce and consume georss * GeoRSSModule is the main georss interface defining the methods to produce and consume georss
* elements. * elements.
*
* @author Marc Wick
* @version $Id: GeoRSSModule.java,v 1.8 2007/06/06 09:47:32 marcwick Exp $
*/ */
public abstract class GeoRSSModule extends ModuleImpl implements Cloneable { public abstract class GeoRSSModule extends ModuleImpl implements Cloneable {

View file

@ -16,10 +16,6 @@
*/ */
package com.rometools.modules.georss; package com.rometools.modules.georss;
/**
* @author marc
*
*/
public class GeoRSSPoint implements Cloneable { public class GeoRSSPoint implements Cloneable {
private double latitude; private double latitude;

View file

@ -21,10 +21,6 @@ import com.rometools.rome.feed.synd.SyndFeed;
/** /**
* static utility methods for georss. * static utility methods for georss.
*
* @author Marc Wick
* @version $Id: GeoRSSUtils.java,v 1.4 2007/04/18 09:59:29 marcwick Exp $
*
*/ */
public class GeoRSSUtils { public class GeoRSSUtils {

View file

@ -39,10 +39,6 @@ import com.rometools.rome.io.ModuleGenerator;
/** /**
* SimpleGenerator produces georss elements in georss simple format. * SimpleGenerator produces georss elements in georss simple format.
*
* @author Marc Wick
* @version $Id: SimpleGenerator.java,v 1.4 2007/04/18 09:59:29 marcwick Exp $
*
*/ */
public class SimpleGenerator implements ModuleGenerator { public class SimpleGenerator implements ModuleGenerator {
private static final Logger LOG = LoggerFactory.getLogger(SimpleGenerator.class); private static final Logger LOG = LoggerFactory.getLogger(SimpleGenerator.class);

View file

@ -19,10 +19,6 @@ package com.rometools.modules.georss;
/** /**
* SimpleModuleImpl is the implementation of the {@link GeoRSSModule} Interface for the GeoRSS * SimpleModuleImpl is the implementation of the {@link GeoRSSModule} Interface for the GeoRSS
* Simple format. * Simple format.
*
* @author Marc Wick
* @version $Id: SimpleModuleImpl.java,v 1.4 2007/04/18 09:59:29 marcwick Exp $
*
*/ */
public class SimpleModuleImpl extends GeoRSSModule { public class SimpleModuleImpl extends GeoRSSModule {

View file

@ -34,10 +34,6 @@ import com.rometools.utils.Strings;
/** /**
* SimpleParser is a parser for the GeoRSS Simple format. * SimpleParser is a parser for the GeoRSS Simple format.
*
* @author Marc Wick
* @version $Id: SimpleParser.java,v 1.4 2007/04/18 09:59:29 marcwick Exp $
*
*/ */
public class SimpleParser implements ModuleParser { public class SimpleParser implements ModuleParser {

View file

@ -31,10 +31,6 @@ import com.rometools.rome.io.ModuleGenerator;
/** /**
* W3CGeoGenerator produces georss elements in georss W3C geo format. * W3CGeoGenerator produces georss elements in georss W3C geo format.
*
* @author Marc Wick
* @version $Id: W3CGeoGenerator.java,v 1.3 2007/04/18 09:59:30 marcwick Exp $
*
*/ */
public class W3CGeoGenerator implements ModuleGenerator { public class W3CGeoGenerator implements ModuleGenerator {

View file

@ -19,10 +19,6 @@ package com.rometools.modules.georss;
/** /**
* W3CGeoModuleImpl is the implementation of the {@link GeoRSSModule} Interface for the W3C geo * W3CGeoModuleImpl is the implementation of the {@link GeoRSSModule} Interface for the W3C geo
* format. * format.
*
* @author Marc Wick
* @version $Id: W3CGeoModuleImpl.java,v 1.2 2007/04/18 09:59:29 marcwick Exp $
*
*/ */
public class W3CGeoModuleImpl extends GeoRSSModule { public class W3CGeoModuleImpl extends GeoRSSModule {

View file

@ -28,10 +28,6 @@ import com.rometools.utils.Strings;
/** /**
* W3CGeoParser is a parser for the W3C geo format. * W3CGeoParser is a parser for the W3C geo format.
*
* @author Marc Wick
* @version $Id: W3CGeoParser.java,v 1.4 2007/04/18 09:59:29 marcwick Exp $
*
*/ */
public class W3CGeoParser implements ModuleParser { public class W3CGeoParser implements ModuleParser {

View file

@ -16,8 +16,6 @@ package com.rometools.modules.georss.geometries;
/** /**
* Abstract base class for Curves (linear objects) * Abstract base class for Curves (linear objects)
*
* @author runaas
*/ */
public abstract class AbstractCurve extends AbstractGeometricPrimitive { public abstract class AbstractCurve extends AbstractGeometricPrimitive {

View file

@ -17,8 +17,6 @@ package com.rometools.modules.georss.geometries;
/** /**
* Abstract base class for geometric primitives (non-composite geometric objects) * Abstract base class for geometric primitives (non-composite geometric objects)
*
* @author runaas
*/ */
public abstract class AbstractGeometricPrimitive extends AbstractGeometry { public abstract class AbstractGeometricPrimitive extends AbstractGeometry {

View file

@ -19,8 +19,6 @@ import java.io.Serializable;
/** /**
* Abstract base class for geometries. * Abstract base class for geometries.
*
* @author runaas
*/ */
public abstract class AbstractGeometry implements Cloneable, Serializable { public abstract class AbstractGeometry implements Cloneable, Serializable {

View file

@ -19,8 +19,6 @@ import java.io.Serializable;
/** /**
* Abstract base class for rings (closed linear objects used for polygon borders) * Abstract base class for rings (closed linear objects used for polygon borders)
*
* @author runaas
*/ */
public abstract class AbstractRing implements Cloneable, Serializable { public abstract class AbstractRing implements Cloneable, Serializable {

View file

@ -17,8 +17,6 @@ package com.rometools.modules.georss.geometries;
/** /**
* Abstract base class for surface (area) objects * Abstract base class for surface (area) objects
*
* @author runaas
*/ */
public abstract class AbstractSurface extends AbstractGeometricPrimitive { public abstract class AbstractSurface extends AbstractGeometricPrimitive {

View file

@ -19,8 +19,6 @@ package com.rometools.modules.georss.geometries;
* Envelope, a bounding box spanned by an upper right and lower left corner point. Note that if the * Envelope, a bounding box spanned by an upper right and lower left corner point. Note that if the
* box spans the -180 180 degree meridian the numerical value of the minLongitude may be greater * box spans the -180 180 degree meridian the numerical value of the minLongitude may be greater
* than the maxLongitude. * than the maxLongitude.
*
* @author runaas
*/ */
public class Envelope extends AbstractGeometry { public class Envelope extends AbstractGeometry {
/** /**

View file

@ -17,8 +17,6 @@ package com.rometools.modules.georss.geometries;
/** /**
* Linear object constructed by linear interpolation between points * Linear object constructed by linear interpolation between points
*
* @author runaas
*/ */
public final class LineString extends AbstractCurve { public final class LineString extends AbstractCurve {
/** /**

View file

@ -18,8 +18,6 @@ package com.rometools.modules.georss.geometries;
/** /**
* Linear boundary object constructed by linear interpolation between points. Start and end point * Linear boundary object constructed by linear interpolation between points. Start and end point
* should be identical. * should be identical.
*
* @author runaas
*/ */
public final class LinearRing extends AbstractRing { public final class LinearRing extends AbstractRing {
/** /**

Some files were not shown because too many files have changed in this diff Show more