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