X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Freader%2FReader.java;fp=src%2Fbe%2Fnikiroo%2Ffanfix%2Freader%2FReader.java;h=fa170e44fcc64a3233ec2c09cba93fb31e84cb07;hp=59ed024f42380a8a50f2b3e5fa199146d9092459;hb=8b153400ae5ab24891446be1b3423ea17e71b49c;hpb=70ee499b74323435ac7ac7dc8676d42c2e9048db diff --git a/src/be/nikiroo/fanfix/reader/Reader.java b/src/be/nikiroo/fanfix/reader/Reader.java index 59ed024..fa170e4 100644 --- a/src/be/nikiroo/fanfix/reader/Reader.java +++ b/src/be/nikiroo/fanfix/reader/Reader.java @@ -208,19 +208,19 @@ public interface Reader { * the website to search on * @param page * the page of results to show (0 = request the maximum number of - * pages, pages start at 1) + * pages, pages start at 1) * @param item * the item to select (0 = do not select a specific item but show - * all the page, items start at 1) + * all the page, items start at 1) * @param tags - * the tags display names to search for (this is a tag + * the tags indices to search for (this is a tag * hierarchy, NOT a multiple tags choice) * * @throws IOException * in case of I/O error */ public void searchTag(SupportType searchOn, int page, int item, - String... tags) throws IOException; + Integer... tags) throws IOException; /** * Open the {@link Story} with an external reader (the program should be