Version: 4.0 Update
This commit is contained in:
@@ -84,7 +84,7 @@ public class HttpMessageActiveHandler implements HttpHandler {
|
||||
new SwingWorker<Void, Void>() {
|
||||
@Override
|
||||
protected Void doInBackground() {
|
||||
messageTableModel.add(httpRequestResponse, url, method, status, length, comment, color, "", "");
|
||||
messageTableModel.add(httpRequestResponse, url, method, status, length, comment, color, true);
|
||||
return null;
|
||||
}
|
||||
}.execute();
|
||||
|
||||
Reference in New Issue
Block a user