minor formatting
git-svn-id: https://svn.libreccm.org/ccm/trunk@2107 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
ab780dd89c
commit
5b4584a020
|
|
@ -88,7 +88,6 @@
|
||||||
|
|
||||||
<!-- LDN extension -->
|
<!-- LDN extension -->
|
||||||
<!-- temporarily excluded because configuration issues have to be resolved
|
<!-- temporarily excluded because configuration issues have to be resolved
|
||||||
<ccm:application name="ccm-ldn-rss"/>
|
|
||||||
<ccm:application name="ccm-rssfeed"/>
|
<ccm:application name="ccm-rssfeed"/>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@ public class ContentItemPortlet extends Portlet {
|
||||||
super(dataObject);
|
super(dataObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
protected String getBaseDataObjectType() {
|
protected String getBaseDataObjectType() {
|
||||||
return BASE_DATA_OBJECT_TYPE;
|
return BASE_DATA_OBJECT_TYPE;
|
||||||
}
|
}
|
||||||
|
|
@ -63,6 +64,7 @@ public class ContentItemPortlet extends Portlet {
|
||||||
setAssociation(ITEM, item);
|
setAssociation(ITEM, item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public AbstractPortletRenderer doGetPortletRenderer() {
|
public AbstractPortletRenderer doGetPortletRenderer() {
|
||||||
return new ContentItemPortletRenderer(this);
|
return new ContentItemPortletRenderer(this);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue