[Quantproject-developers] QuantProject/b1_ADT IndexOfKeyOrPreviousException.cs, 1.1, 1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2007-10-28 18:44:47
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7081/b1_ADT Modified Files: IndexOfKeyOrPreviousException.cs Log Message: Minor change, to avoid a warning in a dummy statement Index: IndexOfKeyOrPreviousException.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/IndexOfKeyOrPreviousException.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IndexOfKeyOrPreviousException.cs 26 May 2005 22:54:38 -0000 1.1 --- IndexOfKeyOrPreviousException.cs 28 Oct 2007 18:44:44 -0000 1.2 *************** *** 14,18 **** string message = "The given key is less than the first object " + "in the AdvancedSortedList"; ! message = message; // MessageBox.Show( this.message ); } --- 14,18 ---- string message = "The given key is less than the first object " + "in the AdvancedSortedList"; ! message = message + ""; // MessageBox.Show( this.message ); } |