You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by David Medinets <da...@gmail.com> on 2012/03/02 00:25:00 UTC

Javadoc Warning: Illegal Character '123'

I am looking at the javadoc warnings to eliminate however many that I
can. I am seeing this message:

[WARNING] /home/medined/Desktop/Dropbox/david/workspace/accumulo/src/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java:417:
warning - Tag @see:ill    egal character: "123" in "{@link
TableOperations#importDirectory(String, String, String)};"

When I look at the line number and file, I see this:

 * @deprecated Since 1.4
 * @see {@link TableOperations#importDirectory(String, String, String)};

My instinct is to remove the @link construct but my knowledge of
javadocs might be incorrect. Should the @link be removed?