summaryrefslogtreecommitdiff
path: root/same/src/main/java/com/orbekk/same/config
AgeCommit message (Collapse)Author
2012-05-01Add license header to all source files.Kjetil Ørbekk
2012-02-27Clean up source code.Kjetil Ørbekk
Clean up source code with Eclipse. In particular remove tabs.
2012-02-13Make Configuration.getInt() null safe.Kjetil Ørbekk
2012-02-07Fix warnings.Kjetil Ørbekk
– Remove unused imports. – Remove unused variables.
2012-02-06Add public constructor to Configuration.Kjetil Ørbekk
2012-02-03Use Configuration in client as well.Kjetil Ørbekk
2012-02-03Extend configuration.Kjetil Ørbekk
– Shorter method names. – Add loadOrDie().
2012-02-03Add Configuration system.Kjetil Ørbekk