8000 - Updated the encode() method to be public (missed on last commit) · javaxt-project/javaxt-core@a93a11b · GitHub
[go: up one dir, main page]

Skip to content

Commit a93a11b

Browse files
committed
- Updated the encode() method to be public (missed on last commit)
git-svn-id: svn://192.168.0.80/JavaXT/javaxt-core@1618 2c7b0aa6-e0b2-3c4e-bb4a-8b65b6c465ff
1 parent d19a9d1 commit a93a11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javaxt/utils/URL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public static String decode(String str){
235235
//**************************************************************************
236236
/** Used to URL encode a string
237237
*/
238-
private static String encode(String str){
238+
public static String encode(String str){
239239
try{
240240
if (str.contains(" ")){< 3CD9 /div>
241241
StringBuilder out = new StringBuilder();

0 commit comments

Comments
 (0)
0