/*
*******************************************************************************
-* Copyright (C) 2001-2009, International Business Machines
+* Copyright (C) 2001-2011, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
*/
*/
public String toString()
{
- return new String("BidiRun " + start + " - " + limit + " @ " + level);
+ return "BidiRun " + start + " - " + limit + " @ " + level;
}
}