return;
}
if(!editor.getValue().isPresent()) {
return;
}
OBOTermCrossProduct crossProduct = editor.getValue().get();
getService().setCrossProduct(getProjectId(), (OWLClass) entity, crossProduct, new AsyncCallback<Void>() {
public void onFailure(Throwable caught) {
if(caught instanceof NotSignedInException) {
MessageBox.alert("You are not signed in. Changes not saved. You must be signed in for your changes to be saved.");
}