An intention compile-error to break the build
This commit is contained in:
parent
e10274aaf7
commit
ccdd37b023
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class ShowBackgroundThreadsController extends FreemarkerHttpServlet {
|
|||
|
||||
|
||||
@Override
|
||||
protected ResponseValues processRequest(VitroRequest vreq) throws Exception {
|
||||
protected ResponseValues processRequest(VitroRequest vreq) throws ExceptionXX {
|
||||
|
||||
SortedMap<String, ThreadInfo> threadMap = new TreeMap<String, ThreadInfo>();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue