Skip to content

Commit

Permalink
Minor Javadoc tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Aug 26, 2024
1 parent d68905b commit f15a8d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/rife/bld/BaseProject.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1401,7 +1401,7 @@ public VersionNumber version() {
}

/**
* Returns the project's main class.
* Returns the project's main class to execute.
*
* @since 1.5
*/
Expand All @@ -1410,7 +1410,7 @@ public String mainClass() {
}

/**
* Returns the project's module.
* Returns the project's module to execute.
*
* @since 2.1
*/
Expand Down

0 comments on commit f15a8d2

Please sign in to comment.