Removed AtomLink (not used)
This commit is contained in:
parent
105039dd9f
commit
68385f848f
|
@ -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
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue