Skip to content

Commit

Permalink
Reviewed the JavaDoc of the JavaInfo interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed Dec 16, 2024
1 parent 77b00c5 commit 481d28a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
public interface JavaInfo {

/**
* Return the Java version with which application compiled.
* Return the Java runtime version.
*
* @return string that represent the Java version
*/
String version();

/**
* Return the Java vendor with which application compiled.
* Return the Java vendor.
*
* @return string that represent the Java vendor
*/
String vendor();

/**
* Return the Java vendor version with which application compiled.
* Return the Java vendor runtime version.
*
* @return string that represent the Java vendor version
*/
Expand Down

0 comments on commit 481d28a

Please sign in to comment.