}
else if (portletJavaClassName.equals(OWLEntityDescriptionBrowserPortlet.class.getName())) {
return new OWLEntityDescriptionBrowserPortlet(project);
}
else if (portletJavaClassName.endsWith(OWLEntityDescriptionEditorPortlet.class.getName())) {
return new OWLEntityDescriptionEditorPortlet(project);
}
} catch (Exception e) {
GWT.log("Error when creating portlet", e);
}
return null;