On 5/17/2010 20:15, Marshall Schor wrote:
> The class IModeResource in Tagger has this:
>
> public interface IModelResource {
>
> /**
> * Obtain an input stream for this resource.
> * @return
> */
> ModelGeneration getModel();
>
> ModelGeneration is not an input stream. What should the Javadoc say?I looked at it briefly, and I have no idea. Just delete the comment if you don't like it. It's better to have no javadoc than to have vacuous, erroneous or misleading docs. --Thilo > > -Marshall Schor
