Fixed userId size.
This commit is contained in:
parent
2368a10110
commit
14b94c7893
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ////////////////////////////////////////////////////////////////////////
|
// ////////////////////////////////////////////////////////////////////////
|
Loading…
Reference in a new issue