X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Freader%2FBasicReader.java;h=3403f872a2fbbfc12fe17f646b6792d768fb4513;hp=13e1599849128f28187c477c09c5fb673f886140;hb=dd56a89364e9fe198bec79d2da612b84bf983f31;hpb=d3c15421430e85e3afeefef211b4f791753e17ba diff --git a/src/be/nikiroo/fanfix/reader/BasicReader.java b/src/be/nikiroo/fanfix/reader/BasicReader.java index 13e1599..3403f87 100644 --- a/src/be/nikiroo/fanfix/reader/BasicReader.java +++ b/src/be/nikiroo/fanfix/reader/BasicReader.java @@ -11,9 +11,9 @@ import be.nikiroo.fanfix.supported.BasicSupport; import be.nikiroo.fanfix.supported.BasicSupport.SupportType; /** - * Command line {@link Story} reader. + * The class that handles the different {@link Story} readers you can use. *

- * Will output stories to the console. + * All the readers should be accessed via {@link BasicReader#getReader()}. * * @author niki */ @@ -159,8 +159,8 @@ public abstract class BasicReader { public static BasicReader getReader() { if (defaultType != null) { switch (defaultType) { - //case LOCAL: - //return new LocalReader().setType(ReaderType.LOCAL); + // case LOCAL: + // return new LocalReader().setType(ReaderType.LOCAL); case CLI: return new CliReader().setType(ReaderType.CLI); }