package test; class DifferentGetterAndSetter { void setSomething(String color) { } int getSomething() { return 17; } }