awips2/cave/com.raytheon.viz.awipstools/src/com/raytheon/viz/awipstools/AwipsToolsResourceData.java
2022-05-05 12:34:50 -05:00

46 lines
1.7 KiB
Java

/*****************************************************************************************
* COPYRIGHT (c), 2007, RAYTHEON COMPANY
* ALL RIGHTS RESERVED, An Unpublished Work
*
* RAYTHEON PROPRIETARY
* If the end user is not the U.S. Government or any agency thereof, use
* or disclosure of data contained in this source code file is subject to
* the proprietary restrictions set forth in the Master Rights File.
*
* U.S. GOVERNMENT PURPOSE RIGHTS NOTICE
* If the end user is the U.S. Government or any agency thereof, this source
* code is provided to the U.S. Government with Government Purpose Rights.
* Use or disclosure of data contained in this source code file is subject to
* the "Government Purpose Rights" restriction in the Master Rights File.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* Use or disclosure of data contained in this source code file is subject to
* the export restrictions set forth in the Master Rights File.
******************************************************************************************/
package com.raytheon.viz.awipstools;
import com.raytheon.uf.viz.core.rsc.AbstractVizResource;
import com.raytheon.uf.viz.core.rsc.tools.GenericToolsResourceData;
/**
* {@link GenericToolsResourceData} was renamed. This class is here to maintain
* serialization compatibility
*
* <pre>
*
* SOFTWARE HISTORY
*
* Date Ticket# Engineer Description
* ------------ ---------- ----------- --------------------------
* Mar 21, 2013 1638 mschenke Created for serialization purposes
*
* </pre>
*
* @author mschenke
* @version 1.0
*/
public class AwipsToolsResourceData<T extends AbstractVizResource<?, ?>>
extends GenericToolsResourceData<T> {
}