Skip to content

Commit 0000e81

Browse files
committed
minor updates; better AsyncSwingWorker
1 parent ea056a6 commit 0000e81

File tree

21 files changed

+134
-74
lines changed

21 files changed

+134
-74
lines changed
-4.4 KB
Binary file not shown.
-15 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200527175654
1+
20200529073141
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200527175654
1+
20200528154316
-4.4 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200524153112
1+
20200529073141
-4.4 KB
Binary file not shown.

sources/net.sf.j2s.java.core/src/java/awt/AWTKeyStroke.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ public VKCollection() {
823823
*/
824824
for (int i = 0; i < list.length; i++)
825825
{
826-
put((String) list[i][0], Integer.valueOf((String) list[i][1]));
826+
put((String) list[i][0], Integer.valueOf(/** @j2sNative list[i][1] ||*/0));
827827
}
828828

829829
}

0 commit comments

Comments
 (0)