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?

Reply via email to