Skip to content

Commit

Permalink
fixing compilation error..
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 12, 2016
1 parent c646795 commit 428f125
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -186,7 +186,7 @@ protected void addPerformed(AjaxRequestTarget target, List<T> selected) {
parentPage.hideMainPopup(target);
}

private Class<T> qnameToCompileTimeClass(QName typeName) {
private Class qnameToCompileTimeClass(QName typeName) {
return parentPage.getPrismContext().getSchemaRegistry().getCompileTimeClassForObjectType(typeName);
}

Expand Down

0 comments on commit 428f125

Please sign in to comment.