001package jmri.jmrit.display.layoutEditor.configurexml; 002 003import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 004 005/** 006 * Handle configuration for display.layoutEditor.BlockContentsIcon objects. 007 * Adapter needs to find a class here 008 * 009 * @author Pete Cressman Copyright: Copyright (c) 2010 010 */ 011@SuppressFBWarnings(value = "NM_SAME_SIMPLE_NAME_AS_SUPERCLASS") 012// For explanation of annotation, see layoutEditor.MemoryIcon 013public class BlockContentsIconXml extends jmri.jmrit.display.configurexml.BlockContentsIconXml { 014 015 public BlockContentsIconXml() { 016 } 017}