Skip to content

Commit

Permalink
Correction and clarity to the PEVersion#snapshotCommit method documen…
Browse files Browse the repository at this point in the history
…tation
  • Loading branch information
retrooper committed Jul 9, 2024
1 parent 40fcd23 commit d31d0b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ public boolean snapshot() {

/**
* Gets the snapshot commit hash. May be of any length.
* Availability is not guaranteed.
* Additionally, its presence is not contingent on this being a snapshot version.
* Availability is not guaranteed since it is contingent on how the program was built.
* Generally speaking, the commit hash is only available if the version is a snapshot version.
*
* @return the snapshot commit hash, if available.
*/
Expand Down

0 comments on commit d31d0b2

Please sign in to comment.