Merge "ApfFilter unit test" into nyc-dev
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