Added missed Classes

This commit is contained in:
UnlegitDqrk
2026-03-01 12:56:55 +01:00
parent f087e87806
commit 405fd633fd
58 changed files with 134 additions and 156 deletions

View File

@@ -2,7 +2,7 @@ package acme;
import org.luaj.vm2.Globals;
import org.luaj.vm2.LuaValue;
import org.luaj.vm2.lib.jse.JsePlatform;
import org.luaj.vm2.libs.jse.JsePlatform;
/**
* Sample source file for a maven project that depends on luaj.

View File

@@ -10,9 +10,7 @@ import junit.framework.TestSuite;
import org.luaj.vm2.Globals;
import org.luaj.vm2.LuaValue;
import org.luaj.vm2.lib.jse.JsePlatform;
import acme.App;
import org.luaj.vm2.libs.jse.JsePlatform;
/**
* Skeleton unit test for App, required for maven to be used to build the app.