mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
Use version in CS2JLibrary
This commit is contained in:
parent
67ec9338a7
commit
19e3dcc413
@ -34,9 +34,9 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports>
|
<Imports>
|
||||||
<Import>RusticiSoftware.ScormContentPlayer.Util.HttpUtil</Import>
|
<Import>CS2JNet.System.Web.HttpUtilSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>HttpUtil.UrlEncode(${str})</Java>
|
<Java>HttpUtilSupport.UrlEncode(${str})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.String</Type>
|
<Type>System.String</Type>
|
||||||
@ -48,9 +48,9 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports>
|
<Imports>
|
||||||
<Import>RusticiSoftware.ScormContentPlayer.Util.HttpUtil</Import>
|
<Import>CS2JNet.System.Web.HttpUtilSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>HttpUtil.UrlDecode(${str})</Java>
|
<Java>HttpUtilSupport.UrlDecode(${str})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.String</Type>
|
<Type>System.String</Type>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user