Skip to content

Commit c24337b

Browse files
ddamkeddamke
authored andcommitted
remove unused exception throws
1 parent 8c69489 commit c24337b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/doubleslash/keeptime/view/ViewController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public ViewController(final Model model, final Controller controller) {
166166
}
167167

168168
@FXML
169-
private void initialize() throws ParserConfigurationException, IOException, SAXException {
169+
private void initialize(){
170170

171171
availableProjectsListView.setFixedCellSize(13);
172172

0 commit comments

Comments
 (0)