Skip to content

Commit c2f2939

Browse files
committed
fix minor JavaDocs issue that was breaking the build
1 parent 2573319 commit c2f2939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/StringUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ public static String replaceUnicodeSurrogateBlocksWithHTMLEntities(final String
225225
* Used to convert a language code ([lc]_[rc] where lc is language code (en, fr, es, etc...)
226226
* and rc is region code (zh-CN, zh-HK, zh-TW, etc...) to a displayable string with the languages
227227
* name.
228-
* <p/>
228+
*
229229
* The input string must be between 2 and 6 characters, inclusive. An empty string is returned
230230
* if that is not the case.
231-
* <p/>
231+
*
232232
* If the input string is recognized by {@link Locale} the result of this method is the given
233233
*
234234
* @return non-null

0 commit comments

Comments
 (0)