Usage of @deprecated

2009-03-14 Thread Hubert, Eric
Hi Synapse-Devs, While having a look at the AbstractMediator class I noticed all the deprecated methods. From my perspective deprecating methods to keep backward compatibility is generally a good thing. Unfortunately you didn't use the @deprecated JavaDoc-Tag to provide information about the re

Re: Usage of @deprecated

2009-03-14 Thread Andreas Veithen
Good point. I've modified the Javadoc to include the relevant @deprecated tags. Andreas On Sat, Mar 14, 2009 at 12:47, Hubert, Eric wrote: > Hi Synapse-Devs, > > While having a look at the AbstractMediator class I noticed all the > deprecated methods. From my perspective deprecating methods to

Re: Usage of @deprecated

2009-03-14 Thread Ruwan Linton
+1 Ruwan On Sat, Mar 14, 2009 at 6:05 PM, Andreas Veithen wrote: > Good point. I've modified the Javadoc to include the relevant @deprecated > tags. > > Andreas > > On Sat, Mar 14, 2009 at 12:47, Hubert, Eric > wrote: > > Hi Synapse-Devs, > > > > While having a look at the AbstractMediator clas

RE: Usage of @deprecated

2009-03-14 Thread Hubert, Eric
Many thanks Andreas! > Good point. I've modified the Javadoc to include the relevant @deprecated > tags. Now reading the JavaDoc everything is clear.