org/sonews/config/Config.java
changeset 12 bb6990c0dd1a
parent 3 2fdc9cc89502
child 15 f2293e8566f5
     1.1 --- a/org/sonews/config/Config.java	Wed Jul 22 14:04:05 2009 +0200
     1.2 +++ b/org/sonews/config/Config.java	Thu Aug 20 14:31:19 2009 +0200
     1.3 @@ -78,7 +78,7 @@
     1.4    /** The config key for the filename of the logfile */
     1.5    public static final String LOGFILE = "sonews.log";
     1.6  
     1.7 -    public static final String[] AVAILABLE_KEYS = {
     1.8 +  public static final String[] AVAILABLE_KEYS = {
     1.9        ARTICLE_MAXSIZE,
    1.10        EVENTLOG,
    1.11        FEED_NEWSPERRUN,