提交 703fe9a9 编写于 作者: K kohsuke

added a bridge method.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1839 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ce061b78
...@@ -13,6 +13,7 @@ import javax.servlet.http.Cookie; ...@@ -13,6 +13,7 @@ import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
import java.io.File; import java.io.File;
import java.io.IOException;
import java.net.URI; import java.net.URI;
import java.net.URISyntaxException; import java.net.URISyntaxException;
import java.util.Calendar; import java.util.Calendar;
...@@ -302,4 +303,8 @@ public class Functions { ...@@ -302,4 +303,8 @@ public class Functions {
if(n==null) return null; if(n==null) return null;
else return n+' '; else return n+' ';
} }
public static String getWin32ErrorMessage(IOException e) {
return Util.getWin32ErrorMessage(e);
}
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册