Skip to content
Snippets Groups Projects
Commit fc7e2ce0 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed a typo

parent 49048daf
Branches
Tags
No related merge requests found
......@@ -110,7 +110,7 @@ public class IrcFormatDeserializer {
* @param str mIRC formatted String
* @return a CharSequence with Android’s span format representing the input string
*/
@NonNUll
@NonNull
public CharSequence formatString(@Nullable String str) {
if (str == null) return "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment