ApfFilter unit test

Bug: 26238573

Change-Id: I5171038228782bd54e91f5bcc663cc529d2c1150
This commit is contained in:
Paul Jensen
2016-04-13 15:00:26 -04:00
parent fb0faa494e
commit a9ae8bb696

View File

@@ -38,7 +38,8 @@ public class ApfCapabilities {
*/ */
public final int apfPacketFormat; public final int apfPacketFormat;
ApfCapabilities(int apfVersionSupported, int maximumApfProgramSize, int apfPacketFormat) { public ApfCapabilities(int apfVersionSupported, int maximumApfProgramSize, int apfPacketFormat)
{
this.apfVersionSupported = apfVersionSupported; this.apfVersionSupported = apfVersionSupported;
this.maximumApfProgramSize = maximumApfProgramSize; this.maximumApfProgramSize = maximumApfProgramSize;
this.apfPacketFormat = apfPacketFormat; this.apfPacketFormat = apfPacketFormat;