Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 11, 2024
1 parent 2c433ca commit 6297255
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,27 +384,35 @@ public boolean equals(final Object o) {
}

/**
* Gets the B.
*
* @return the b
*/
public int getB() {
return b;
}

/**
* Gets the H.
*
* @return the h
*/
public int getH() {
return h;
}

/**
* Gets the L.
*
* @return the l
*/
public int getL() {
return l;
}

/**
* Gets the S.
*
* @return the s
*/
public int getS() {
Expand Down

0 comments on commit 6297255

Please sign in to comment.