We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19a9d1 commit a93a11bCopy full SHA for a93a11b
src/javaxt/utils/URL.java
@@ -235,7 +235,7 @@ public static String decode(String str){
235
//**************************************************************************
236
/** Used to URL encode a string
237
*/
238
- private static String encode(String str){
+ public static String encode(String str){
239
try{
240
if (str.contains(" ")){
241
StringBuilder out = new StringBuilder();
0 commit comments