Skip to content

Commit

Permalink
RAT-323: Fix version info and javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jun 29, 2024
1 parent 0c434f6 commit eeb5136
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/**
* Handles converting from one string case to another (e.g. camel case to snake case).
* @since 0.17.0
* @since 0.17
*/
public class CasedString {
/** the string of the cased format. */
Expand Down Expand Up @@ -120,7 +120,7 @@ public String assemble(final String[] segments) {

/**
* Returns an array of each of the segments in this CasedString. Segments are defined as the strings between
* the separators in the CasedString. For the CAMEL case the segments are determined by the presence of a capital letter.
* the separators in the CasedString. For the CAMEL case the segments are determined by the presence of a capital letter.
* @return the array of Strings that are segments of the cased string.
*/
public String[] getSegments(final String string) {
Expand Down

0 comments on commit eeb5136

Please sign in to comment.