summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/syndication/handler
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-03-31 19:45:03 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-03-31 19:45:03 +0200
commit5a6c7ef43a89ae03c6de94f070314ec5bc5c3c9d (patch)
tree3cbd1b8368555ba5867ae68c5246c2a4490c5fc9 /src/de/danoeh/antennapod/syndication/handler
parentb2de7512f4c871e882760bfe8bffa27d10c1c68a (diff)
downloadAntennaPod-5a6c7ef43a89ae03c6de94f070314ec5bc5c3c9d.zip
Added feed generators, basic rss tests
Diffstat (limited to 'src/de/danoeh/antennapod/syndication/handler')
-rw-r--r--src/de/danoeh/antennapod/syndication/handler/TypeGetter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/syndication/handler/TypeGetter.java b/src/de/danoeh/antennapod/syndication/handler/TypeGetter.java
index 0ac1b7ae2..5ed9ff2b0 100644
--- a/src/de/danoeh/antennapod/syndication/handler/TypeGetter.java
+++ b/src/de/danoeh/antennapod/syndication/handler/TypeGetter.java
@@ -17,7 +17,7 @@ import java.io.Reader;
public class TypeGetter {
private static final String TAG = "TypeGetter";
- enum Type {
+ public enum Type {
RSS20, RSS091, ATOM, INVALID
}