make the debugging support code compile under JDK 1.3
This commit is contained in:
@@ -37,7 +37,6 @@ public class DebugResponseStack extends DebugResponseSimple {
|
||||
/* (non-Javadoc)
|
||||
* @see java.lang.Object#toString()
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder buffer = new StringBuilder();
|
||||
for (int i = 0; variables != null && i < variables.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user