1 2 3 4 5 6
class MyExample { private static class RIGHT { // change an inner class field String inner = "ChangeMe"; } }