Removed AtomLink (not used)

This commit is contained in:
daniel oeh 2012-06-12 10:07:28 +02:00
parent 105039dd9f
commit 68385f848f
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
package de.podfetcher.syndication.namespace.atom;
import de.podfetcher.syndication.namespace.Namespace;
import de.podfetcher.syndication.namespace.SyndElement;
/** Represents a "link" - Element in an Atom Feed. */
public class AtomLink extends SyndElement {
private String href, rel, title, type, length;
public AtomLink(String name, Namespace namespace) {
super(name, namespace);
// TODO Auto-generated constructor stub
}
}