removing deprecation marker

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@18092 71c3de6d-444a-0410-be80-ed276b4c234a
This commit is contained in:
kohsuke 2009-05-14 16:48:24 +00:00
parent 731dcf414e
commit af6b7989b8
1 changed files with 0 additions and 1 deletions

View File

@ -583,7 +583,6 @@ public class Util {
* {@link #rawEncode(String)} should generally be used instead, though be careful to pass only
* a single path component to that method (it will encode /, but this method does not).
*/
@Deprecated
public static String encode(String s) {
try {
boolean escaped = false;