Fixed userId size.

This commit is contained in:
Christian P. MOMON 2013-09-28 17:57:45 +02:00
parent 2368a10110
commit 14b94c7893

View file

@ -14,7 +14,7 @@ public interface CharterView extends View
* @param content * @param content
* @return * @return
*/ */
public StringBuffer getHtml(final Integer userId, final Locale language, final CharSequence content) throws Exception; public StringBuffer getHtml(final Long userId, final Locale language, final CharSequence content) throws Exception;
} }
// //////////////////////////////////////////////////////////////////////// // ////////////////////////////////////////////////////////////////////////