make the debugging support code compile under JDK 1.3
This commit is contained in:
@@ -37,7 +37,6 @@ public class DebugEventError extends DebugEvent {
|
||||
/* (non-Javadoc)
|
||||
* @see lua.debug.DebugEvent#toString()
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString() + " detail: " + getDetail();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user