提交 7e036820 编写于 作者: K kohsuke

TAB -> WS

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19536 71c3de6d-444a-0410-be80-ed276b4c234a
上级 717cd28e
......@@ -84,7 +84,7 @@ public class Which {
}
if(resURL.startsWith("zip:/")){
// weblogic uses this. See http://www.nabble.com/patch-to-get-Hudson-working-on-weblogic-td23997258.html
// weblogic uses this. See http://www.nabble.com/patch-to-get-Hudson-working-on-weblogic-td23997258.html
resURL = resURL.substring("zip:/".length(), resURL.lastIndexOf('!')); // cut off zip: and the file name portion
return new File(decode(new URL("file:/"+resURL).getPath()));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册