Deprecated API


Contents
Deprecated Methods
org.apache.commons.lang3.StringUtils.chomp(String, String)
          This feature will be removed in Lang 4.0, use StringUtils.removeEnd(String, String) instead 
org.apache.commons.lang3.exception.ExceptionUtils.getCause(Throwable)
          This feature will be removed in Lang 4.0 
org.apache.commons.lang3.exception.ExceptionUtils.getCause(Throwable, String[])
          This feature will be removed in Lang 4.0 
org.apache.commons.lang3.exception.ExceptionUtils.getDefaultCauseMethodNames()
          This feature will be removed in Lang 4.0 
org.apache.commons.lang3.CharUtils.toCharacterObject(char)
          Java 5 introduced Character.valueOf(char) which caches chars 0 through 127. 
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.