Merge "ApfFilter unit test" into nyc-dev
am: 906b94c00b
* commit '906b94c00bdf71cd0870416c07fcceaed67d421d':
ApfFilter unit test
Change-Id: I97bdf703c24c8c3008113c09f5f441cd1d74bc81
This commit is contained in:
@@ -38,7 +38,8 @@ public class ApfCapabilities {
|
||||
*/
|
||||
public final int apfPacketFormat;
|
||||
|
||||
ApfCapabilities(int apfVersionSupported, int maximumApfProgramSize, int apfPacketFormat) {
|
||||
public ApfCapabilities(int apfVersionSupported, int maximumApfProgramSize, int apfPacketFormat)
|
||||
{
|
||||
this.apfVersionSupported = apfVersionSupported;
|
||||
this.maximumApfProgramSize = maximumApfProgramSize;
|
||||
this.apfPacketFormat = apfPacketFormat;
|
||||
|
||||
Reference in New Issue
Block a user