[NOTHING CHANGED] Assorted fixes #48

Closed
asiekierka wants to merge 61 commits from asiekierka/master into master
Showing only changes of commit a071b04b8f - Show all commits

View File

@@ -21,7 +21,6 @@
******************************************************************************/ ******************************************************************************/
Doridian commented 2019-09-03 01:56:34 +00:00 (Migrated from github.com)
Review

This is not needed and breaks compilation.

This is not needed and breaks compilation.
asiekierka commented 2019-09-03 06:37:58 +00:00 (Migrated from github.com)
Review

Fixed, sorry!

Fixed, sorry!
package org.luaj.vm2; package org.luaj.vm2;
import jdk.nashorn.internal.objects.Global;
import org.luaj.vm2.compat.JavaCompat; import org.luaj.vm2.compat.JavaCompat;
import org.luaj.vm2.lib.MathLib; import org.luaj.vm2.lib.MathLib;