ApfFilter unit test
Bug: 26238573 Change-Id: I5171038228782bd54e91f5bcc663cc529d2c1150
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