2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-24 15:57:11 -07:00

Minor Javadoc tweaks.

This commit is contained in:
Geert Bevin 2024-08-26 10:13:56 -04:00
parent d68905b944
commit f15a8d2df2

View file

@ -55,14 +55,14 @@ public class BaseProject extends BuildExecutor {
*/
protected VersionNumber version = null;
/**
* The project's main class.
* The project's main class to execute.
*
* @see #mainClass()
* @since 1.5
*/
protected String mainClass = null;
/**
* The project's module.
* The project's module to execute.
*
* @see #module()
* @since 2.1
@ -1401,7 +1401,7 @@ public class BaseProject extends BuildExecutor {
}
/**
* Returns the project's main class.
* Returns the project's main class to execute.
*
* @since 1.5
*/
@ -1410,7 +1410,7 @@ public class BaseProject extends BuildExecutor {
}
/**
* Returns the project's module.
* Returns the project's module to execute.
*
* @since 2.1
*/