Just for the record, the MMBase code conventions use :

   try {
     ...
   } catch (Exeption e) {
     ...
   }

not

   try {
     ...
   }
   catch (Exeption e) {
     ...
   }

So when cleaning, please do not change the catch clauses.


-- Pierre van Rooden Mediapark, C 107 tel. +31 (0)35 6772815 "Anything worth doing is worth overdoing."

_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to