private void reload() {
GWT.log("Current target: " + currentTarget);
if(currentTarget == null) {
return;
}
DispatchServiceManager.get().execute(new GetDiscussionThreadAction(projectId, currentTarget), new AsyncCallback<GetDiscussionThreadResult>() {
@Override
public void onFailure(Throwable caught) {
GWT.log("There was a problem retrieving the notes from the server", caught);
}