Skip to content

Commit 66818e9

Browse files
hansonrhansonr
authored andcommitted
argh!
1 parent e4b0c37 commit 66818e9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed
File renamed without changes.

sources/net.sf.j2s.java.core/srcjs/swingjs2.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13440,11 +13440,7 @@ if (!J2S._version)
1344013440
// TODO: CharacterSequence does not implement Java 8 default methods chars() or codePoints()
1344113441
// It is possible that these might be loaded dynamically.
1344213442

13443-
<<<<<<< HEAD
1344413443
// BH 7/22/2018 adds System.getProperty("java.vendor") == "SwingJS/OpenJDK"
13445-
=======
13446-
// BH 7/22/2018 adds System.getProperty("java.vendor") == "OpenJDK"
13447-
>>>>>>> branch 'yadav1' of https://github.com/BobHanson/java2script.git
1344813444
// BH 7/22/2018 adds Math.IEEEremainder
1344913445
// BH 7/20/2018 removes def of Closeable, DataInput, DataOutput, Iterable, Comparator
1345013446
// BH 7/19/2018 removes Constructor, Method, and Field code here -- now in their .js files
@@ -16097,11 +16093,7 @@ java.lang.System = System = {
1609716093
v = "50";
1609816094
break;
1609916095
case "java.vendor":
16100-
<<<<<<< HEAD
1610116096
v = "SwingJS/OpenJDK";
16102-
=======
16103-
v = "OpenJDK";
16104-
>>>>>>> branch 'yadav1' of https://github.com/BobHanson/java2script.git
1610516097
case "java.version":
1610616098
v = "1.6-1.8";
1610716099
break;

0 commit comments

Comments
 (0)