mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 11:05:09 +00:00
Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3bc7ad11d
commit
2c86461512
@ -62,7 +62,7 @@
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @since 2.1
|
||||
* @version $Id: CharUtils.java,v 1.1 2004/01/31 13:00:07 scolebourne Exp $
|
||||
* @version $Id: CharUtils.java,v 1.2 2004/02/12 20:09:11 ggregory Exp $
|
||||
*/
|
||||
public class CharUtils {
|
||||
|
||||
@ -180,7 +180,7 @@ public static char toCharacter(Character ch, char defaultValue) {
|
||||
* CharUtils.toCharacter("BA", 'X') = 'B'
|
||||
* </pre>
|
||||
*
|
||||
* @param ch the character to convert
|
||||
* @param str the character to convert
|
||||
* @return the char value of the Character or the default if null
|
||||
* @throws IllegalArgumentException if the String is empty
|
||||
*/
|
||||
@ -202,7 +202,7 @@ public static char toCharacter(String str) {
|
||||
* CharUtils.toCharacter("BA", 'X') = 'B'
|
||||
* </pre>
|
||||
*
|
||||
* @param ch the character to convert
|
||||
* @param str the character to convert
|
||||
* @param defaultValue the value to use if the Character is null
|
||||
* @return the char value of the Character or the default if null
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user