mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-28 22:15:54 -04:00
Removed unnecessary references and cleaned up scripts.
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
/**
|
||||
* Title: script_entry
|
||||
* Description: Java entry point for executing scripts.
|
||||
* Copyright: Copyright (c) 2001
|
||||
* Company: Sony Online Entertainment
|
||||
* @author Steve Jakab
|
||||
* @version 1.0
|
||||
/*
|
||||
Title: script_entry
|
||||
Description: Java entry point for executing scripts.
|
||||
*/
|
||||
|
||||
package script;
|
||||
|
||||
//import com.ibm.jvm.Dump;
|
||||
import java.lang.reflect.Method;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Hashtable;
|
||||
|
||||
Reference in New Issue
Block a user