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
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to