comparison flys-artifacts/src/main/java/de/intevation/flys/themes/ThemeGroup.java @ 3083:4bd3d8bbb60c

Added missing vim lines. flys-artifacts/trunk@4679 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 18 Jun 2012 08:33:48 +0000
parents 2f7fed1eb4bf
children
comparison
equal deleted inserted replaced
3082:9e03960b3ab8 3083:4bd3d8bbb60c
1 package de.intevation.flys.themes; 1 package de.intevation.flys.themes;
2 2
3 import java.util.Map; 3 import java.util.Map;
4
5
6 4
7 /** 5 /**
8 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 6 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
9 */ 7 */
10 public class ThemeGroup { 8 public class ThemeGroup {
29 27
30 public Theme getThemeByName(String name) { 28 public Theme getThemeByName(String name) {
31 return themes.get(name); 29 return themes.get(name);
32 } 30 }
33 } 31 }
32 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org