Omaha #3232 Add DynamicSerialize to radar hail prob packet.
Former-commit-id: 713371e38842d3f8fd26f4df83d4b201611cd002
This commit is contained in:
parent
9b73096d46
commit
4240ad5c1b
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue