Merge "ApfFilter unit test" into nyc-dev am: 906b94c00b
am: 771d9fe0b6 * commit '771d9fe0b607a953f2efbb64745c1e68f4fced01': ApfFilter unit test Change-Id: I00a8b46efdd8e52d2756723f2e11b48e3231eff6
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user