Marks class as deprecated

This commit is contained in:
Lukasz Lenart
2017-06-20 09:45:55 +02:00
parent 05f3b7a9b9
commit 31f0252e60
@@ -21,6 +21,7 @@ package com.opensymphony.xwork2.inject.util;
*
* @author crazybob@google.com (Bob Lee)
*/
@Deprecated
public class Strings {
/**
@@ -43,6 +44,7 @@ public class Strings {
* converted to uppercase
* @throws NullPointerException if <tt>s</tt> is null
*/
@Deprecated
public static String capitalize(String s) {
if (s.length() == 0)
return s;