= Updated plugin subsystem formatting

This commit is contained in:
Matthew Cech
2019-06-19 20:05:23 -07:00
parent 51e40610a2
commit c7ad59b755
5 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import org.luaj.vm2.lib.jse.CoerceJavaToLua;
public class PluginStructure
{
public LuaValue AsLua()
public LuaValue asLua()
{
return CoerceJavaToLua.coerce(this);
}