Mercurial > dive4elements > river
changeset 6907:dbad1f442f3e
Artifacts: Removed ThemeUtil.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Fri, 23 Aug 2013 01:17:13 +0200 |
parents | 7a9cbb3a3d5a |
children | 819481cc9195 |
files | artifacts/src/main/java/org/dive4elements/river/utils/ThemeUtil.java |
diffstat | 1 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/utils/ThemeUtil.java Fri Aug 23 01:16:13 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde - * Software engineering by Intevation GmbH - * - * This file is Free Software under the GNU AGPL (>=v3) - * and comes with ABSOLUTELY NO WARRANTY! Check out the - * documentation coming with Dive4Elements River for details. - */ - -package org.dive4elements.river.utils; - -public class ThemeUtil { - - // KILL ME! - -} -// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :