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