Minor Javadoc cleanup

This commit is contained in:
Erik C. Thauvin 2023-11-09 07:38:15 -08:00
parent 91ba216545
commit 8769bf1884

View file

@ -219,7 +219,7 @@ public class DokkaOperation extends AbstractProcessOperation<DokkaOperation> {
/**
* Configures the operation from a {@link BaseProject}.
* <p>
* Sets the {@link #sourceSet_ sourceSet} and {@link #moduleName_ moduleName} from the project.
* Sets the {@link #sourceSet} and {@link #moduleName} from the project.
*
* @param project the project to configure the operation from
*/