Omaha #3232 Add DynamicSerialize to radar hail prob packet.

Former-commit-id: 1599e7df77 [formerly aa0766584e] [formerly 4240ad5c1b] [formerly 79cb8ebae8 [formerly 4240ad5c1b [formerly 713371e38842d3f8fd26f4df83d4b201611cd002]]]
Former-commit-id: 79cb8ebae8
Former-commit-id: 3b2197a73fc71bf68652ff71a6d21b6a48a9f10e [formerly 5002a8a85e]
Former-commit-id: b480b2cec5
This commit is contained in:
Ben Steffensmeier 2014-06-10 15:33:35 -05:00
parent 09cba64e6c
commit a8337629fb

View file

@ -22,6 +22,8 @@ package com.raytheon.uf.common.dataplugin.radar.level3;
import java.io.DataInputStream;
import java.io.IOException;
import com.raytheon.uf.common.serialization.annotations.DynamicSerialize;
/**
* Hail probable uses the same decoder as TVS
*
@ -39,7 +41,7 @@ import java.io.IOException;
* @author mnash
* @version 1.0
*/
@DynamicSerialize
public class HailProbablePacket extends HailPositivePacket {
public HailProbablePacket(int packetId, DataInputStream in)