Merge "ApfFilter unit test" into nyc-dev

This commit is contained in:
Paul Jensen
2016-05-13 14:33:24 +00:00
committed by Android (Google) Code Review

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;