Skip to content

Commit ab8d676

Browse files
committed
Fix JavaDoc
1 parent 7a2376e commit ab8d676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator/src/main/java/oracle/kubernetes/utils/OperatorUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ public static int compareSortingStrings(String str1, String str2) {
7575
* as these would munge to "member000002foo" and "member000012foo".
7676
*
7777
* <p>Handles up to 20 digits... - otherwise it doesn't zero fill...
78+
* @param orig non-normalized value
79+
* @return Normalized value ready for sorting
7880
*/
7981
public static String getSortingString(String orig) {
8082
String ret = "";

0 commit comments

Comments
 (0)