Skip to content

Commit 0403ee4

Browse files
author
jossonsmith
committed
Pack recent changes into j2slib.zip
1 parent bc5288f commit 0403ee4

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

sources/net.sf.j2s.java.core/src/java/lang/ClassLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ ClazzLoader.MODE_XHR_ASYNC = 1;
270270
* the ignored classes list.
271271
*/
272272
/* private */
273-
/*-# unwrapArray -> uA #-*/
273+
/*x-# unwrapArray -> uA #-x*/
274274
ClazzLoader.unwrapArray = function (arr) {
275275
if (arr == null || arr.length == 0) {
276276
return arr;

sources/net.sf.j2s.java.core/src/java/package.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,6 @@
2323
"$.Field",
2424
"$.Method"
2525
]);
26-
if (false)
27-
ClazzLoader.ignore (
28-
"java.io.FileInputStream",
29-
"$.ObjectInputStream",
30-
"$.ObjectOutputStream",
31-
"$.PrintWriter",
32-
"$.BufferedReader",
33-
"$.BufferedWriter",
34-
"$.ByteArrayOutputStream",
35-
"$.File",
36-
"$.FileOutputStream",
37-
"$.StringReader",
38-
"$.StringWriter",
39-
"$.InputStreamReader",
40-
"$.OuputStreamWriter",
41-
"java.lang.Character",
42-
"java.lang.ref.SoftReference",
43-
"java.lang.reflect.Array",
44-
"java.text.DateFormat",
45-
"$.SimpleDateFormat",
46-
"$.NumberFormat",
47-
"java.util.Calendar",
48-
"$.Collections",
49-
"$.GregorianCalendar",
50-
"$.TimeZone",
51-
"$.StringTokenizer",
52-
"$.zip.ZipFile"
53-
);
5426
}) ();
5527

5628
/* private */

0 commit comments

Comments
 (0)