Re: [xwiki-devs] [xwiki-notifications] r35129 - in platform/core/trunk/xwiki-core/src: main/java/com/xpn/xwiki main/java/com/xpn/xwiki/api test/java/com/xpn/xwiki
On Mar 4, 2011, at 12:26 PM, mflorea (SVN) wrote:
Author: mflorea Date: 2011-03-04 12:26:51 +0100 (Fri, 04 Mar 2011) New Revision: 35129
Modified: platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/XWiki.java platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/api/XWiki.java platform/core/trunk/xwiki-core/src/test/java/com/xpn/xwiki/XWikiTest.java Log: XWIKI-3961: Copy feature does not require the proper rights * Fixed rights check. * Removed deprecated copyDocument methods.
[snip]
/** + * The object used to serialize entity references into strings. We need it because we have front APIs that work with + * entity references but have to call older, often internal, methods that still use string references. + */ + @SuppressWarnings("unchecked") + private EntityReferenceSerializer<String> defaultStringEntityReferenceSerialzier =
typo: Serializer -Vincent
Fixed. Thanks, Marius On 03/04/2011 01:30 PM, Vincent Massol wrote:
On Mar 4, 2011, at 12:26 PM, mflorea (SVN) wrote:
Author: mflorea Date: 2011-03-04 12:26:51 +0100 (Fri, 04 Mar 2011) New Revision: 35129
Modified: platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/XWiki.java platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/api/XWiki.java platform/core/trunk/xwiki-core/src/test/java/com/xpn/xwiki/XWikiTest.java Log: XWIKI-3961: Copy feature does not require the proper rights * Fixed rights check. * Removed deprecated copyDocument methods.
[snip]
/** + * The object used to serialize entity references into strings. We need it because we have front APIs that work with + * entity references but have to call older, often internal, methods that still use string references. + */ + @SuppressWarnings("unchecked") + private EntityReferenceSerializer<String> defaultStringEntityReferenceSerialzier =
typo: Serializer
-Vincent
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Marius Dumitru Florea -
Vincent Massol