remove comment
This commit is contained in:
parent
97b6f0eeb4
commit
b5d5b6e3e2
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ public class HomeWebController {
|
||||||
model.addAttribute("dependencies", data.get("dependencies"));
|
model.addAttribute("dependencies", data.get("dependencies"));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
// Handle exceptions, possibly return an error view
|
|
||||||
}
|
}
|
||||||
return "licenses";
|
return "licenses";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue