Skip to content
Snippets Groups Projects
Commit 33fcc95b authored by felmer's avatar felmer
Browse files

change visibility of...

change visibility of EntityTypePropertyTypeSelectionWidget.EntityTypePropertyTypeComboModel from private to package protected in order to fix compilation error in my Eclipse environment and in the build in integration tests

SVN: 13180
parent f8e74d8a
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ public final class EntityTypePropertyTypeSelectionWidget
private static final String SUFFIX = "entity-type-property-type";
private static class EntityTypePropertyTypeComboModel extends BaseModelData
static class EntityTypePropertyTypeComboModel extends BaseModelData
{
private static final long serialVersionUID = 1L;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment