[Adapdev-commits] Adapdev/src/Adapdev Util.cs,1.5,1.6
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-11-26 08:09:33
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18792/src/Adapdev Modified Files: Util.cs Log Message: Cleaned up several warnings Restored some lingering files Index: Util.cs =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev/Util.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Util.cs 16 Nov 2005 07:02:01 -0000 1.5 --- Util.cs 26 Nov 2005 08:09:23 -0000 1.6 *************** *** 65,69 **** } } ! catch (Exception e) { throw; --- 65,69 ---- } } ! catch (Exception) { throw; *************** *** 89,93 **** } } ! catch (Exception e) { throw; --- 89,93 ---- } } ! catch (Exception) { throw; |