Brian O'Connor

Adding NOACTION to EncoeInstructionCodecHelper

Change-Id: I5c85a934df552b8d0bfcc2d6f4fa19a5aa0f8ce7
......@@ -215,6 +215,7 @@ public final class EncodeInstructionCodecHelper {
break;
case DROP:
case NOACTION:
break;
case L0MODIFICATION:
......