|
Duplicate :
|
Name: vi73552 Date: 03/14/99
package buggy;
public class X{
/**
* the custom tag is ignored
* @return this tag is working
* @precondition this one is not displayed in the doc
*/
public String Test() {
return "test";
}
}
(Review ID: 55448)
======================================================================
|