Merge "ApfFilter unit test" into nyc-dev
am: cf12d6140b
* commit 'cf12d6140b923c3049f26b4e57bd64003c5885c9':
ApfFilter unit test
Change-Id: I97bdf703c24c8c3008113c09f5f441cd1d74bc81
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