Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/org/adblockplus/android/Subscription.java

Issue 8491080: ABP/Android subscription list (Closed)
Patch Set: ABP/Android subscription list Created Nov. 14, 2012, 7:13 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « assets/subscriptions.xml ('k') | src/org/adblockplus/android/SubscriptionParser.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 package org.adblockplus.android;
2
3 public class Subscription
4 {
5 public String title;
6 public String specialization;
7 public String url;
8 public String homepage;
9 public String[] prefixes;
10 public String author;
11 }
OLDNEW
« no previous file with comments | « assets/subscriptions.xml ('k') | src/org/adblockplus/android/SubscriptionParser.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld