Fix some javadoc issues

This commit is contained in:
Jón Freysteinn Jónsson 2018-02-15 13:20:56 +01:00
parent 0cf80b5c6a
commit fc7bdc62fb
5 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@ public class Utils {
/**
* Capitalizes the first character of a string.
*
* @param string
* @param string String to alter
* @return string with capitalized first character
*/
public static String capitalize(String string) {