Sho SHIMIZU

Tighten visibility of variable

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