/** @throws java.lang.Exception */ @Before public void setUp() throws Exception { I18n.getInstance(); }
@Before public void setUp() { I18n.getInstance(); }