/* (c) 2014 Open Source Geospatial Foundation - all rights reserved * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.geofence.gui.client; import org.geoserver.geofence.gui.client.icons.GeofenceIcons; import com.google.gwt.core.client.GWT; // TODO: Auto-generated Javadoc /** * The Class Resources. */ public class Resources { /** The Constant ICONS. */ public static final GeofenceIcons ICONS = GWT.create(GeofenceIcons.class); }