Mamta Satoor <[email protected]> writes: > Hi Ole, > > Not sure if the following javadoc is related to your checkin but can > you please take a look? > > [javadoc] > C:\nightlies\main\src\opensource\java\testing\org\apache\derbyTesting\functionTests\tests\replicationTests\ReplicationRun_Local_3_p6.java:50: > warning - Tag @param cannot be used in field documentation. It can > only be used in the following types of documentation: class/interface, > constructor, method.
Looks like the javadoc for the constructor was misplaced (applied to a variable instead). Fixed in revision 777881. -- Knut Anders
