Skip to content

Commit

Permalink
Heart: javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 27, 2023
1 parent 2418ebc commit fac4780
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions HeartLibrary/src/main/java/jme3utilities/Heart.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
import jme3utilities.math.VectorXZ;

/**
* Miscellaneous utility methods in the Heart Library.
* Miscellaneous utility methods in the Heart Library. All methods should be
* static.
*
* @author Stephen Gold sgold@sonic.net
*/
Expand Down Expand Up @@ -535,9 +536,9 @@ public static String version() {
}

/**
* Read the terse version string for this library.
* Return the terse version string for this library.
*
* @return branch and revision (not null, not empty)
* @return the branch name and revision string (not null, not empty)
*/
public static String versionShort() {
String verbose = version();
Expand Down

0 comments on commit fac4780

Please sign in to comment.