Skip to content

Commit

Permalink
Small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkriehle committed Oct 6, 2015
1 parent cfe16b6 commit 04fcb3b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Wahlzeit - An Open Source Package for Photo Rating Sites
# Wahlzeit: Open Source Software for Photo Rating Sites



Expand Down
2 changes: 1 addition & 1 deletion docs/html-header.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
- Copyright (c) 2006-2009 by Dirk Riehle, http://dirkriehle.com
- Copyright (c) 2006-2015 by Dirk Riehle, http://dirkriehle.com
-
- This file is part of the Wahlzeit rating application.
-
Expand Down
2 changes: 1 addition & 1 deletion docs/java-header.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006-2009 by Dirk Riehle, http://dirkriehle.com
* Copyright (c) 2006-2015 by Dirk Riehle, http://dirkriehle.com
*
* This file is part of the Wahlzeit rating application.
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/org/wahlzeit/services/SysConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,25 @@
public class SysConfig extends AbstractConfig {

public static String DATA_PATH = "org-wahlzeit-dirkriehle";

/**
*
*/
protected static SysConfig instance = null;
private static Logger log = Logger.getLogger(SysConfig.class.getName());

/**
*
*/
protected String rootDir;

/**
*
*/
protected ConfigDir scriptsDir;
protected ConfigDir staticDir;
protected ConfigDir templatesDir;

/**
*
*/
Expand Down

0 comments on commit 04fcb3b

Please sign in to comment.