# HG changeset patch # User Sascha L. Teichmann # Date 1377213433 -7200 # Node ID dbad1f442f3e9c79f242c76cf8964d90d0d2002e # Parent 7a9cbb3a3d5a28ce0c275a40f450221de133864a Artifacts: Removed ThemeUtil. diff -r 7a9cbb3a3d5a -r dbad1f442f3e artifacts/src/main/java/org/dive4elements/river/utils/ThemeUtil.java --- 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 :