Sho SHIMIZU

Tighten visibility of variable

Change-Id: Ia5cbed246414478d2f7de50ca6a67c4c6b2451b1
......@@ -21,7 +21,7 @@ import java.util.Objects;
public abstract class L0ModificationInstruction implements Instruction {
public static final String SEPARATOR = ":";
private static final String SEPARATOR = ":";
/**
* Represents the type of traffic treatment.
......