mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Marks class as deprecated
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user