Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/annotation-metadata' into annota…
Browse files Browse the repository at this point in the history
…tion-metadata
  • Loading branch information
Gaming32 committed Jan 2, 2023
2 parents d3ef44f + 386d85f commit 288e051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/arrayv/sortdata/SortMeta.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* The sort's cateogry. This may be specified on a package-level in package-info.java. Specifying it here will
* override it for the package.
* @return The sort's category, or "" if you should look at the package level.
* @return The sort's category, or {@code ""} if you should look at the package level.
*/
String category() default "";

Expand Down

0 comments on commit 288e051

Please sign in to comment.