Replace String by CharSequence.
This commit is contained in:
parent
850415a837
commit
13cb66c8bc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public interface CharterView extends View
|
|||
* @param content
|
||||
* @return
|
||||
*/
|
||||
public StringBuffer getHtml(final Long userId, final Locale lang, final String content) throws Exception;
|
||||
public StringBuffer getHtml(final Integer userId, final Locale lang, final CharSequence content) throws Exception;
|
||||
}
|
||||
|
||||
// ////////////////////////////////////////////////////////////////////////
|
Loading…
Reference in a new issue