summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/syndication/namespace/atom/NSAtom.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/podfetcher/syndication/namespace/atom/NSAtom.java')
-rw-r--r--src/de/podfetcher/syndication/namespace/atom/NSAtom.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/de/podfetcher/syndication/namespace/atom/NSAtom.java b/src/de/podfetcher/syndication/namespace/atom/NSAtom.java
index 979f3a86a..826954beb 100644
--- a/src/de/podfetcher/syndication/namespace/atom/NSAtom.java
+++ b/src/de/podfetcher/syndication/namespace/atom/NSAtom.java
@@ -95,11 +95,6 @@ public class NSAtom extends Namespace {
return new SyndElement(localName, this);
}
- @Override
- public void handleCharacters(HandlerState state, char[] ch, int start,
- int length) {
-
- }
@Override
public void handleElementEnd(String localName, HandlerState state) {