class Test { private String myTimer; private final String string; Test() { string = ""; myTimer = "abc"; } }